From e37e6638dccd731e2eafbf242bf29d435adc52ff Mon Sep 17 00:00:00 2001 From: MDIC Date: Fri, 12 Aug 2022 17:12:51 -0400 Subject: [PATCH] update (typo): remove excess ( ) --- src/AnticheatMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 58ffec7..ea6ad7d 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -468,7 +468,7 @@ void AnticheatMgr::IgnoreControlHackDetection(Player* player, MovementInfo movem uint32 latency = 0; 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; if (unrestricted)