Update CreateMove.cpp
This commit is contained in:
parent
017cd03d18
commit
e477d7f789
@ -428,6 +428,10 @@ bool CreateMove_hook(void *thisptr, float inputSample, CUserCmd *cmd)
|
||||
angles::Update();
|
||||
hacks::shared::anticheat::CreateMove();
|
||||
}
|
||||
{
|
||||
PROF_SECTION(CM_EVENTS);
|
||||
hacks::shared::event::CreateMove();
|
||||
}
|
||||
}
|
||||
if (time_replaced)
|
||||
g_GlobalVars->curtime = curtime_old;
|
||||
|
Reference in New Issue
Block a user