From a171a26a12a3a4db433db378b9603e351ec6b414 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 4 Nov 2018 17:07:25 -0500 Subject: [PATCH] CTF only for Anticloak --- Classic/scripts/autoexec/AntiCloak.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);