diff --git a/src/gamelogic/game/g_main.cpp b/src/gamelogic/game/g_main.cpp index 95fff13..c0ae60f 100644 --- a/src/gamelogic/game/g_main.cpp +++ b/src/gamelogic/game/g_main.cpp @@ -1583,7 +1583,6 @@ void CalculateRanks( void ) sizeof( level.sortedClients[ 0 ] ), SortRanks ); // see if it is time to end the level - CheckExitRules(); // if we are at the intermission, send the new info to everyone if ( level.intermissiontime ) @@ -2963,7 +2962,6 @@ void G_RunFrame( int levelTime ) G_LogGameplayStats( LOG_GAMEPLAY_STATS_BODY ); // see if it is time to end the level - CheckExitRules(); // update to team status? CheckTeamStatus();