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