From c39f780a666ea4a325b7cddccde06c0f7f6c85ee Mon Sep 17 00:00:00 2001 From: MDIC Date: Thu, 24 Mar 2022 16:43:58 -0400 Subject: [PATCH] Codestyle (Module): Remove repeat Remove Repeat, didn't hurt anything but it was a oversight and there will be no observer able difference of it repeating before, but just bad practice on my end. --- src/cs_anticheat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index e7a8715..c4316ba 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -120,7 +120,6 @@ public: return false; // teleport both to jail. - pTarget->TeleportTo(1,16226.5f,16403.6f,-64.5f,3.2f); handler->GetSession()->GetPlayer()->TeleportTo(1,16226.5f,16403.6f,-64.5f,3.2f); WorldLocation loc;