diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index 2dd7619..9dea9a1 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -253,7 +253,7 @@ public: static bool HandleAntiCheatPurgeCommand(ChatHandler* handler) { sAnticheatMgr->AnticheatPurgeCommand(handler); - handler->PSendSysMessage("The Anticheat daily_player_reports has been purged."); + handler->PSendSysMessage("The Anticheat daily_players_reports has been purged."); return true; } };