From 7311ddb2f072e53053c683f99a5fe2e5e80814b2 Mon Sep 17 00:00:00 2001 From: higps <59850204+higps@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:18:24 +0100 Subject: [PATCH] remove debug --- paid_sentry_buster_mvm.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paid_sentry_buster_mvm.sp b/paid_sentry_buster_mvm.sp index b1b556f1..6692f42b 100644 --- a/paid_sentry_buster_mvm.sp +++ b/paid_sentry_buster_mvm.sp @@ -217,7 +217,7 @@ void LoopThroughBuildings(int client, int team) if (IsValidEntity(i)) { int iBuildingTeam = GetEntProp(i, Prop_Send, "m_iTeamNum"); - PrintToChatAll("Team was %i, building team was %i", team, iBuildingTeam); + // PrintToChatAll("Team was %i, building team was %i", team, iBuildingTeam); if(iBuildingTeam != team) {