From fe02040e2f8f8d2e8bcf549e5caed91d43a6c0b0 Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Sun, 12 May 2002 07:04:39 +0000 Subject: [PATCH] - Neustart, jetzt aber --- src/common/gamecode/laws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/laws.c b/src/common/gamecode/laws.c index 03783b707..8d4adceb4 100644 --- a/src/common/gamecode/laws.c +++ b/src/common/gamecode/laws.c @@ -1162,7 +1162,7 @@ quit(void) cmistake(u, S->s, 241, MSG_EVENT); 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); continue; }