mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Added MapRepetitionChecker Start
This commit is contained in:
parent
f9e3fa9ccd
commit
dbd780b3d1
|
|
@ -78,6 +78,8 @@ function GetTeamCounts( %game, %client, %respawn )
|
|||
schedule(1000, 0, "TeamBalanceNotify", %game );
|
||||
//Start AntiCloak
|
||||
schedule(1500, 0, "ActivateAntiCloak", %game);
|
||||
//Start MapRepetitionChecker
|
||||
schedule(2000, 0, "MapRepetitionChecker", %game);
|
||||
|
||||
//Set so counter wont run when it doesnt need to.
|
||||
$GetCountsClientTeamChange = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue