add some other checks
This commit is contained in:
parent
8db1ac9009
commit
4eaa9080e6
@ -606,7 +606,7 @@ void FrameStageNotify_hook(void *_this, int stage)
|
|||||||
hacks::tf2::skinchanger::FrameStageNotify(stage);
|
hacks::tf2::skinchanger::FrameStageNotify(stage);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (stage == FRAME_NET_UPDATE_POSTDATAUPDATE_START)
|
if (stage == FRAME_NET_UPDATE_POSTDATAUPDATE_START && !g_Settings.bInvalid)
|
||||||
{
|
{
|
||||||
angles::Update();
|
angles::Update();
|
||||||
hacks::shared::anticheat::CreateMove();
|
hacks::shared::anticheat::CreateMove();
|
||||||
|
Reference in New Issue
Block a user