mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Say "players" instead of "nodes"
This commit is contained in:
parent
c09ec5933d
commit
46309370f0
1 changed files with 2 additions and 2 deletions
|
@ -1464,7 +1464,7 @@ static void DedicatedIdleUpdate(INT32 *realtics)
|
||||||
if (leveltime > 3)
|
if (leveltime > 3)
|
||||||
idlereason = va("for %d seconds", dedicatedidle / TICRATE);
|
idlereason = va("for %d seconds", dedicatedidle / TICRATE);
|
||||||
|
|
||||||
CONS_Printf("DEDICATED: No nodes %s, idling...\n", idlereason);
|
CONS_Printf("DEDICATED: No players %s, idling...\n", idlereason);
|
||||||
(*realtics) = 0;
|
(*realtics) = 0;
|
||||||
dedicatedidle = dedicatedidletime;
|
dedicatedidle = dedicatedidletime;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue