mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
CTF only for Anticloak
This commit is contained in:
parent
fbae18cbc0
commit
a171a26a12
|
|
@ -8,7 +8,8 @@
|
||||||
//Called in GetCounts
|
//Called in GetCounts
|
||||||
function ActivateAntiCloak()
|
function ActivateAntiCloak()
|
||||||
{
|
{
|
||||||
if( $Host::AntiCloakEnable && $CurrentMissionType !$= "LakRabbit" )
|
//CTF only
|
||||||
|
if( $Host::AntiCloakEnable && $CurrentMissionType $= "CTF" )
|
||||||
{
|
{
|
||||||
//echo("TotalTeamPlayerCount " @ $TotalTeamPlayerCount);
|
//echo("TotalTeamPlayerCount " @ $TotalTeamPlayerCount);
|
||||||
//echo("AntiCloakPlayerCount " @ $AntiCloakPlayerCount);
|
//echo("AntiCloakPlayerCount " @ $AntiCloakPlayerCount);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue