From cde5c6cabdb00b07b668f3898740e05248c375e8 Mon Sep 17 00:00:00 2001 From: MDIC Date: Sun, 20 Feb 2022 22:20:55 -0500 Subject: [PATCH] remove unused variables --- src/cs_anticheat.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index f87f3d7..5eaf6a6 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -209,8 +209,6 @@ public: uint32 waterwalk_reports = sAnticheatMgr->GetTypeReports(guid, 2); uint32 teleportplane_reports = sAnticheatMgr->GetTypeReports(guid, 4); uint32 climb_reports = sAnticheatMgr->GetTypeReports(guid, 5); - uint32 teleporthack_reports = sAnticheatMgr->GetTypeReports(guid, 6); - uint32 ignorecontrol_reports = sAnticheatMgr->GetTypeReports(guid, 7); handler->PSendSysMessage("Information about player %s",player->GetName().c_str()); handler->PSendSysMessage("Average: %f || Total Reports: %u ",average,total_reports);