mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
update (typo): remove excess ( )
This commit is contained in:
@@ -468,7 +468,7 @@ void AnticheatMgr::IgnoreControlHackDetection(Player* player, MovementInfo movem
|
|||||||
uint32 latency = 0;
|
uint32 latency = 0;
|
||||||
latency = player->GetSession()->GetLatency() >= 400;
|
latency = player->GetSession()->GetLatency() >= 400;
|
||||||
|
|
||||||
if ((player->HasAuraType(SPELL_AURA_MOD_ROOT)) && !player->GetVehicle() && !latency)
|
if (player->HasAuraType(SPELL_AURA_MOD_ROOT) && !player->GetVehicle() && !latency)
|
||||||
{
|
{
|
||||||
bool unrestricted = newX != lastX || newY != lastY;
|
bool unrestricted = newX != lastX || newY != lastY;
|
||||||
if (unrestricted)
|
if (unrestricted)
|
||||||
|
|||||||
Reference in New Issue
Block a user