From 44d94a4604db8ced845c115ae85101eb2733ff0e Mon Sep 17 00:00:00 2001 From: MDIC Date: Fri, 29 Apr 2022 11:12:41 -0400 Subject: [PATCH] chore (commands): remove dupe --- src/cs_anticheat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index f3fe0ef..821ecc6 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -170,7 +170,6 @@ public: } sAnticheatMgr->AnticheatDeleteCommand(player->GetGUID()); handler->PSendSysMessage("Anticheat Reports deleted for player %s", player->GetName().c_str()); - sAnticheatMgr->AnticheatDeleteCommand(player->GetGUID());// deletes auto reports on player return true; }