mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-11 14:14:33 +00:00
(Cont.) Server Core updates
This commit is contained in:
parent
4a7325a74d
commit
20cb3584b9
4 changed files with 74 additions and 50 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue