(Cont.) Server Core updates

This commit is contained in:
ChocoTaco 2019-12-12 23:32:45 -05:00
parent 4a7325a74d
commit 20cb3584b9
4 changed files with 74 additions and 50 deletions

View file

@ -80,7 +80,6 @@ function DefaultGame::gameOver(%game)
function StartVOTimeVote(%game)
{
$VOStatus = "Starting";
$VoteSoundInProgress = true;
}
// Tribes wont change the time after its reached zero and you cant change it again afterwards until a gameover/map change.
@ -88,14 +87,12 @@ function StartVOTimeVote(%game)
function ResetVOTimeChanged(%game)
{
$VOStatus = "TimeChanged";
$VoteSoundInProgress = false;
}
// Reset everything. So everything functions normally after a map change.
function ResetVOall(%game)
{
$VOStatus = "Normal";
$VoteSoundInProgress = false;
}