Added reset/annotations

This commit is contained in:
ChocoTaco 2019-02-22 19:52:19 -05:00
parent 3e1a43d7ce
commit 84cf1b9739
2 changed files with 4 additions and 2 deletions

View file

@ -42,6 +42,9 @@ function CheckPUGpassword()
$Host::HiVisibility = "1";
}
//For zCheckVar.cs TournyNetClient
if( $CurrentMissionType !$= "CTF" && $CheckVerObserverRunOnce )
CheckVerObserverReset();
//echo ("PUGpassCheck");
}

View file

@ -45,8 +45,7 @@ function CheckVerObserver(%client)
}
//Added -ChocoTaco
//Once per map
//Run at DefaultGame::gameOver(%game) in defaultGame.ovl evo
//Run in PUGpasscheck.cs. Reset when the server leaves ctf and when its disable thru admin options.
function CheckVerObserverReset()
{
$CheckVerObserverRunOnce = false;