From 06705506911d999ce0f87705092c849a91a234e8 Mon Sep 17 00:00:00 2001 From: MDIC Date: Mon, 28 Feb 2022 12:46:25 -0500 Subject: [PATCH] Cleanup: remove excess line breaks, and repeat no changes to anticheat module itself, just code style --- src/cs_anticheat.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index 5eaf6a6..8ff41b9 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -132,9 +132,6 @@ public: loc = WorldLocation(1, 16226.5f, 16403.6f, -64.5f, 3.2f); pTarget->SetHomebind(loc, 876); - - - pTarget->SetHomebind(loc,876); return true; }