Backtrack.cpp: move UpdateIncmoingSequences to Event CM

This commit is contained in:
Unnamed 2019-01-07 03:02:13 +00:00 committed by TotallyNotElite
parent c03943c1a7
commit 051fe3211f
2 changed files with 1 additions and 1 deletions

View File

@ -89,6 +89,7 @@ static void Run()
isBacktrackEnabled = false;
return;
}
UpdateIncomingSequences();
isBacktrackEnabled = true;
if (CE_BAD(LOCAL_E) || !LOCAL_E->m_bAlivePlayer() || CE_BAD(LOCAL_W))

View File

@ -339,7 +339,6 @@ DEFINE_HOOKED_METHOD(CreateMove, bool, void *this_, float input_sample_time, CUs
}
}
#endif
hacks::shared::backtrack::UpdateIncomingSequences();
if (CE_GOOD(g_pLocalPlayer->entity))
{
speedapplied = false;