forked from github/server
- Neustart, jetzt aber
This commit is contained in:
parent
f16420f8e1
commit
fe02040e2f
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue