Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Fix disable ban
Browse files Browse the repository at this point in the history
  • Loading branch information
Exle committed Mar 30, 2018
1 parent 4f81f92 commit 9618c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/anc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public Action SayText2(UserMsg msg_id, Handle msg, const int[] players, int play

void Warn(int client)
{
if (anc_bansamount == -1)
if (!anc_bansamount)
{
return;
}
Expand Down

0 comments on commit 9618c8d

Please sign in to comment.