somebody toucha ma spaghett

This commit is contained in:
BenCat07 2018-04-21 14:48:35 +02:00
parent 6f4b8957da
commit dcdf9abe2a

View File

@ -521,7 +521,7 @@ bool CreateMove_hook(void *thisptr, float inputSample, CUserCmd *cmd)
} }
if (serverlag_amount) if (serverlag_amount)
for (int i = 0; i < (int) serverlag_amount; i++) for (int i = 0; i < (int) serverlag_amount; i++)
g_IEngine->ServerCmd("voicecommand 0 0", false); g_IEngine->ServerCmd("voicemenu 0 0", false);
// PROF_END("CreateMove"); // PROF_END("CreateMove");
if (!(cmd->buttons & IN_ATTACK)) if (!(cmd->buttons & IN_ATTACK))