mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +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
|
@ -1462,9 +1462,9 @@ static void DedicatedIdleUpdate(INT32 *realtics)
|
||||||
{
|
{
|
||||||
const char *idlereason = "at round start";
|
const char *idlereason = "at round start";
|
||||||
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