diff options
Diffstat (limited to 'source/sourcemod/scripting/gokz-anticheat.sp')
| -rw-r--r-- | source/sourcemod/scripting/gokz-anticheat.sp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/sourcemod/scripting/gokz-anticheat.sp b/source/sourcemod/scripting/gokz-anticheat.sp index 9925eca..e35f025 100644 --- a/source/sourcemod/scripting/gokz-anticheat.sp +++ b/source/sourcemod/scripting/gokz-anticheat.sp @@ -167,7 +167,7 @@ public MRESReturn DHooks_OnTeleport(int client, Handle params) public void GOKZ_OnFirstSpawn(int client) { - GOKZ_PrintToChat(client, false, "%t", "Anti-Cheat Warning"); + // GOKZ_PrintToChat(client, false, "%t", "Anti-Cheat Warning"); } public void GOKZ_AC_OnPlayerSuspected(int client, ACReason reason, const char[] notes, const char[] stats) @@ -315,4 +315,4 @@ static void AutoBanClient(int client, int minutes, const char[] reason, const ch { BanClient(client, minutes, BANFLAG_AUTO, reason, kickMessage, "gokz-anticheat", 0); } -}
\ No newline at end of file +} |
