diff --git a/code/server/sv_ccmds.c b/code/server/sv_ccmds.c index 8802b3c7..0b9d5789 100644 --- a/code/server/sv_ccmds.c +++ b/code/server/sv_ccmds.c @@ -282,7 +282,7 @@ static void SV_MapRestart_f( void ) { // to give them the correct time so that when they finish loading // they don't violate the backwards time check in cl_cgame.c for (i=0 ; iinteger ; i++) { - if (svs.clients[i].state >= CS_CONNECTED) { + if (svs.clients[i].state == CS_PRIMED) { svs.clients[i].oldServerTime = sv.restartTime; } }