diff --git a/Classic/scripts/autoexec/AntiCloak.cs b/Classic/scripts/autoexec/AntiCloak.cs index 8458c85..d96cd91 100644 --- a/Classic/scripts/autoexec/AntiCloak.cs +++ b/Classic/scripts/autoexec/AntiCloak.cs @@ -8,7 +8,8 @@ //Called in GetCounts function ActivateAntiCloak() { - if( $Host::AntiCloakEnable && $CurrentMissionType !$= "LakRabbit" ) + //CTF only + if( $Host::AntiCloakEnable && $CurrentMissionType $= "CTF" ) { //echo("TotalTeamPlayerCount " @ $TotalTeamPlayerCount); //echo("AntiCloakPlayerCount " @ $AntiCloakPlayerCount);