From 5f875291f12edd4193dc211e063b5e48805567dd Mon Sep 17 00:00:00 2001 From: MDIC Date: Mon, 4 Apr 2022 11:02:13 -0400 Subject: [PATCH] formatting --- src/AnticheatMgr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 786a4bb..a33a774 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -218,11 +218,11 @@ void AnticheatMgr::ZAxisHackDetection(Player* player, MovementInfo movementInfo) switch (player->GetAreaId()) { - case 4281: //Acherus: The Ebon Hold - case 4342: //Acherus: The Ebon Hold - return; + case 4281: //Acherus: The Ebon Hold + case 4342: //Acherus: The Ebon Hold + return; break; - default: + default: break;// Should never happen }