mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
updated notes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user