mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Fix (log): Move CM Alert
This commit is contained in:
@@ -345,15 +345,14 @@ void AnticheatMgr::FlyHackDetection(Player* player, MovementInfo movementInfo)
|
|||||||
{
|
{
|
||||||
LOG_INFO("anticheat.module", "ANTICHEAT COUNTER MEASURE:: {} Flight Hack Countered", player->GetName());
|
LOG_INFO("anticheat.module", "ANTICHEAT COUNTER MEASURE:: {} Flight Hack Countered", player->GetName());
|
||||||
}
|
}
|
||||||
|
if (sConfigMgr->GetOption<bool>("Anticheat.CM.ALERTCHAT", true))
|
||||||
|
{
|
||||||
|
std::string str = "|cFFFFFC00 FLY HACK COUNTER MEASURE ALERT";
|
||||||
|
sWorld->SendGMText(LANG_ANTICHEAT_COUNTERMEASURE, str.c_str(), player->GetName().c_str(), player->GetName().c_str());
|
||||||
|
}
|
||||||
BuildReport(player, FLY_HACK_REPORT);
|
BuildReport(player, FLY_HACK_REPORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sConfigMgr->GetOption<bool>("Anticheat.CM.ALERTCHAT", true))
|
|
||||||
{
|
|
||||||
std::string str = "|cFFFFFC00 FLY HACK COUNTER MEASURE ALERT";
|
|
||||||
sWorld->SendGMText(LANG_ANTICHEAT_COUNTERMEASURE, str.c_str(), player->GetName().c_str(), player->GetName().c_str());
|
|
||||||
}
|
|
||||||
|
|
||||||
BuildReport(player, FLY_HACK_REPORT);
|
BuildReport(player, FLY_HACK_REPORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user