mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
Fix dedicated idle timer not resetting when toggled
This commit is contained in:
parent
ba8b1e0848
commit
c69df42f6c
1 changed files with 1 additions and 1 deletions
|
@ -1543,8 +1543,8 @@ void NetUpdate(void)
|
|||
if (dedicatedidle >= dedicatedidletime)
|
||||
{
|
||||
CONS_Printf("DEDICATED: Awakening from idle (Player detected...)\n");
|
||||
dedicatedidle = 0;
|
||||
}
|
||||
dedicatedidle = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue