- Neustart, jetzt aber

This commit is contained in:
Christian Schlittchen 2002-05-12 07:04:39 +00:00
parent f16420f8e1
commit fe02040e2f
1 changed files with 1 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ quit(void)
cmistake(u, S->s, 241, MSG_EVENT); cmistake(u, S->s, 241, MSG_EVENT);
continue; continue;
} }
if (u->faction->age > 3 || fval(u->faction, FFL_RESTART)) { if (u->faction->age > 3 && fval(u->faction, FFL_RESTART)) {
cmistake(u, S->s, 314, MSG_EVENT); cmistake(u, S->s, 314, MSG_EVENT);
continue; continue;
} }