From 0e8a84637f42a9dbcd80683dd588dc47ef37e332 Mon Sep 17 00:00:00 2001 From: MDIC Date: Tue, 29 Mar 2022 14:22:26 -0400 Subject: [PATCH] updated notes --- src/AnticheatMgr.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 38ddca2..522a092 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -473,6 +473,17 @@ bool AnticheatMgr::MustCheckTempReports(uint8 type) return true; } +// +// Dear maintainer: +// +// Once you are done trying to 'optimize' this script, +// and have identify potentionally if there was a terrible +// mistake that was here or not, please increment the +// following counter as a warning to the next guy: +// +// total_hours_wasted_here = 42 +// + void AnticheatMgr::BuildReport(Player* player, uint16 reportType) { ObjectGuid key = player->GetGUID();