forked from github/server
The "Neue Spieler" statistics were never correct.
This commit is contained in:
parent
3c1addf2ba
commit
5c790e024c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int update_nmrs(void)
|
|||
}
|
||||
|
||||
for (f = factions; f; f = f->next) {
|
||||
if (fval(f, FFL_ISNEW)) {
|
||||
if (f->age<=1) {
|
||||
++newplayers;
|
||||
}
|
||||
else if (!fval(f, FFL_NOIDLEOUT|FFL_CURSED)) {
|
||||
|
|
Loading…
Reference in a new issue