Update CreateMove.cpp

This commit is contained in:
BenCat07 2018-02-25 13:30:50 +01:00 committed by GitHub
parent 017cd03d18
commit e477d7f789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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