mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Added reset/annotations
This commit is contained in:
parent
3e1a43d7ce
commit
84cf1b9739
|
|
@ -42,6 +42,9 @@ function CheckPUGpassword()
|
|||
|
||||
$Host::HiVisibility = "1";
|
||||
}
|
||||
//For zCheckVar.cs TournyNetClient
|
||||
if( $CurrentMissionType !$= "CTF" && $CheckVerObserverRunOnce )
|
||||
CheckVerObserverReset();
|
||||
|
||||
//echo ("PUGpassCheck");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue