Fix (unused) check for map restart in CG_TransitionSnapshot

This commit is contained in:
Zack Middleton 2017-06-07 19:42:17 -05:00
parent 1456008d96
commit c96acec428

View file

@ -138,8 +138,7 @@ static void CG_TransitionSnapshot( void ) {
CG_ExecuteNewServerCommands( cg.nextSnap->serverCommandSequence ); CG_ExecuteNewServerCommands( cg.nextSnap->serverCommandSequence );
// if we had a map_restart, set everthing with initial // if we had a map_restart, set everthing with initial
if ( !cg.snap ) { if ( cg.mapRestart ) {
return;
} }
// clear the currentValid flag for all entities in the existing snapshot // clear the currentValid flag for all entities in the existing snapshot