mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 13:11:30 +00:00
* Yet another tweak to the long server uptime bug fix
This commit is contained in:
parent
f1afb6ae1a
commit
d475dfef97
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ void SV_Frame( int msec ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( sv.restartTime && svs.time >= sv.restartTime ) {
|
if( sv.restartTime && sv.time >= sv.restartTime ) {
|
||||||
sv.restartTime = 0;
|
sv.restartTime = 0;
|
||||||
Cbuf_AddText( "map_restart 0\n" );
|
Cbuf_AddText( "map_restart 0\n" );
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue