Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Mar 16, 2024
1 parent 3e1aae1 commit 7311ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paid_sentry_buster_mvm.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 7311ddb

Please sign in to comment.