mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 07:04:33 +00:00
Moved
This commit is contained in:
parent
627cebbc8a
commit
23452c8e47
2 changed files with 5 additions and 4 deletions
|
|
@ -49,10 +49,6 @@ function loadMissionStage2()
|
||||||
else
|
else
|
||||||
$Host::NoBaseRapeEnabled = 1;
|
$Host::NoBaseRapeEnabled = 1;
|
||||||
|
|
||||||
//Reset IFF Colors
|
|
||||||
if($IFFColors)
|
|
||||||
$IFFColors = 0;
|
|
||||||
|
|
||||||
parent::loadMissionStage2();
|
parent::loadMissionStage2();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -705,6 +705,11 @@ function DefaultGame::gameOver(%game)
|
||||||
|
|
||||||
//Reset ClassicMaxMapChangeVotes
|
//Reset ClassicMaxMapChangeVotes
|
||||||
deleteVariables("$CMHasVoted*"); // Eolk - let people who have voted vote again
|
deleteVariables("$CMHasVoted*"); // Eolk - let people who have voted vote again
|
||||||
|
|
||||||
|
//Reset IFF Colors
|
||||||
|
if($IFFColors)
|
||||||
|
$IFFColors = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function DefaultGame::cancelMatchStart(%game, %admin)
|
function DefaultGame::cancelMatchStart(%game, %admin)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue