From 4eaa9080e69f560d7d336694d2e55a3986fbc045 Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Tue, 19 Dec 2017 23:09:51 +0300 Subject: [PATCH] add some other checks --- src/hooks/others.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index 3d8576bf..c98830bc 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -606,7 +606,7 @@ void FrameStageNotify_hook(void *_this, int stage) hacks::tf2::skinchanger::FrameStageNotify(stage); } #endif - if (stage == FRAME_NET_UPDATE_POSTDATAUPDATE_START) + if (stage == FRAME_NET_UPDATE_POSTDATAUPDATE_START && !g_Settings.bInvalid) { angles::Update(); hacks::shared::anticheat::CreateMove();