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);