add some other checks

This commit is contained in:
nullifiedcat 2017-12-19 23:09:51 +03:00
parent 8db1ac9009
commit 4eaa9080e6

View File

@ -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();