mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
update (whitespace): Missing Space
This commit is contained in:
@@ -357,7 +357,7 @@ void AnticheatMgr::TeleportPlaneHackDetection(Player* player, MovementInfo movem
|
||||
if (player->HasAuraType(SPELL_AURA_WATER_BREATHING))
|
||||
return;
|
||||
|
||||
if(player->HasAuraType(SPELL_AURA_GHOST))
|
||||
if (player->HasAuraType(SPELL_AURA_GHOST))
|
||||
return;
|
||||
|
||||
ObjectGuid key = player->GetGUID();
|
||||
|
||||
Reference in New Issue
Block a user