fix (cmds): Typo in output message

Fix typo in output message
This commit is contained in:
MDIC
2022-06-05 10:12:47 -04:00
parent 7786758280
commit 12f7515467

View File

@@ -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;
}
};