Added VoteChaingun

This commit is contained in:
ChocoTaco 2019-01-02 23:06:54 -05:00
parent 65f63ab053
commit 6ee6ed6929
2 changed files with 240 additions and 0 deletions

View file

@ -17,6 +17,8 @@ function CreateServer( %mission, %missionType )
$Host::Dedicated = $Host::EmptyServerReset;
//Call for a GetTeamCount update
GetTeamCounts( %game, %client, %respawn );
//Start VoteChaingun
VoteChaingunStart();
}
};