mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
update (typo): Make workflow happy
This commit is contained in:
@@ -96,7 +96,7 @@ void AnticheatMgr::StartHackDetection(Player* player, MovementInfo movementInfo,
|
||||
{
|
||||
if (bg->GetStatus() == STATUS_WAIT_JOIN)
|
||||
{
|
||||
BGStartExploit(player, movementInfo, opcode);
|
||||
BGStartExploit(player, movementInfo);
|
||||
}
|
||||
}
|
||||
m_Players[key].SetLastMovementInfo(movementInfo);
|
||||
@@ -783,7 +783,7 @@ void AnticheatMgr::NoFallDamageDetection(Player* player, MovementInfo movementIn
|
||||
}
|
||||
}
|
||||
|
||||
void AnticheatMgr::BGStartExploit(Player* player, MovementInfo movementInfo, uint32 opcode)
|
||||
void AnticheatMgr::BGStartExploit(Player* player, MovementInfo movementInfo)
|
||||
{
|
||||
if (!sConfigMgr->GetOption<bool>("Anticheat.DetectBGStartHack", true))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user