mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-19 07:30:53 +00:00
Fix (unused) check for map restart in CG_TransitionSnapshot
This commit is contained in:
parent
1456008d96
commit
c96acec428
1 changed files with 1 additions and 2 deletions
|
@ -138,8 +138,7 @@ static void CG_TransitionSnapshot( void ) {
|
|||
CG_ExecuteNewServerCommands( cg.nextSnap->serverCommandSequence );
|
||||
|
||||
// if we had a map_restart, set everthing with initial
|
||||
if ( !cg.snap ) {
|
||||
return;
|
||||
if ( cg.mapRestart ) {
|
||||
}
|
||||
|
||||
// clear the currentValid flag for all entities in the existing snapshot
|
||||
|
|
Loading…
Reference in a new issue