* Yet another tweak to the long server uptime bug fix

This commit is contained in:
Tim Angus 2006-04-28 17:31:02 +00:00
parent f1afb6ae1a
commit d475dfef97
1 changed files with 1 additions and 1 deletions

View File

@ -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;