This commit is contained in:
ChocoTaco1 2022-07-09 15:18:02 -04:00
parent 90e191ddd9
commit 297053afdc

View file

@ -37,7 +37,7 @@ function loadMissionStage2()
if($CurrentMissionType $= "Lakrabbit")
{
//Set server mode to DISTANCE
$Host::HiVisibility = 1; //Lakrabbit or Other
$Host::HiVisibility = 1; //Lakrabbit
}
else //Set server mode to SPEED for CTF/SCTF/Anything Else
$Host::HiVisibility = 0;