mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 23:54:32 +00:00
Added reset/annotations
This commit is contained in:
parent
3e1a43d7ce
commit
84cf1b9739
2 changed files with 4 additions and 2 deletions
|
|
@ -42,6 +42,9 @@ function CheckPUGpassword()
|
||||||
|
|
||||||
$Host::HiVisibility = "1";
|
$Host::HiVisibility = "1";
|
||||||
}
|
}
|
||||||
|
//For zCheckVar.cs TournyNetClient
|
||||||
|
if( $CurrentMissionType !$= "CTF" && $CheckVerObserverRunOnce )
|
||||||
|
CheckVerObserverReset();
|
||||||
|
|
||||||
//echo ("PUGpassCheck");
|
//echo ("PUGpassCheck");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,7 @@ function CheckVerObserver(%client)
|
||||||
}
|
}
|
||||||
|
|
||||||
//Added -ChocoTaco
|
//Added -ChocoTaco
|
||||||
//Once per map
|
//Run in PUGpasscheck.cs. Reset when the server leaves ctf and when its disable thru admin options.
|
||||||
//Run at DefaultGame::gameOver(%game) in defaultGame.ovl evo
|
|
||||||
function CheckVerObserverReset()
|
function CheckVerObserverReset()
|
||||||
{
|
{
|
||||||
$CheckVerObserverRunOnce = false;
|
$CheckVerObserverRunOnce = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue