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

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