mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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;
|
||||
}
|
||||
|
||||
if( sv.restartTime && svs.time >= sv.restartTime ) {
|
||||
if( sv.restartTime && sv.time >= sv.restartTime ) {
|
||||
sv.restartTime = 0;
|
||||
Cbuf_AddText( "map_restart 0\n" );
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue