The "Neue Spieler" statistics were never correct.

This commit is contained in:
Enno Rehling 2017-12-27 22:59:50 +01:00
parent 3c1addf2ba
commit 5c790e024c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ int update_nmrs(void)
} }
for (f = factions; f; f = f->next) { for (f = factions; f; f = f->next) {
if (fval(f, FFL_ISNEW)) { if (f->age<=1) {
++newplayers; ++newplayers;
} }
else if (!fval(f, FFL_NOIDLEOUT|FFL_CURSED)) { else if (!fval(f, FFL_NOIDLEOUT|FFL_CURSED)) {