diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 0fd3f3d..cf63893 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -931,8 +931,8 @@ void AnticheatMgr::BGStartExploit(Player* player, MovementInfo movementInfo) // Outside of starting area before BG has started. if ((player->GetTeamId() == TEAM_ALLIANCE && movementInfo.pos.GetPositionX() < 770.0f) || (player->GetTeamId() == TEAM_ALLIANCE && movementInfo.pos.GetPositionX() > 940.31f) || - (player->GetTeamId() == TEAM_ALLIANCE && movementInfo.pos.GetPositionY() < -525.0f)) - { + (player->GetTeamId() == TEAM_ALLIANCE && movementInfo.pos.GetPositionY() < -525.0f)) + { sAnticheatMgr->BGreport(player); } if ((player->GetTeamId() == TEAM_HORDE && movementInfo.pos.GetPositionY() > -536.0f) ||