mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Moved
This commit is contained in:
parent
627cebbc8a
commit
23452c8e47
|
|
@ -48,10 +48,6 @@ function loadMissionStage2()
|
|||
$Host::NoBaseRapeEnabled = 0;
|
||||
else
|
||||
$Host::NoBaseRapeEnabled = 1;
|
||||
|
||||
//Reset IFF Colors
|
||||
if($IFFColors)
|
||||
$IFFColors = 0;
|
||||
|
||||
parent::loadMissionStage2();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -705,6 +705,11 @@ function DefaultGame::gameOver(%game)
|
|||
|
||||
//Reset ClassicMaxMapChangeVotes
|
||||
deleteVariables("$CMHasVoted*"); // Eolk - let people who have voted vote again
|
||||
|
||||
//Reset IFF Colors
|
||||
if($IFFColors)
|
||||
$IFFColors = 0;
|
||||
|
||||
}
|
||||
|
||||
function DefaultGame::cancelMatchStart(%game, %admin)
|
||||
|
|
|
|||
Loading…
Reference in a new issue