This commit is contained in:
nullifiedcat 2017-03-25 14:39:05 +03:00
parent b4995eca71
commit 30b1efb4e3

View File

@ -73,7 +73,7 @@ void CreateMove() {
AimAt(g_pLocalPlayer->v_Eye, out, g_pUserCmd);
if (silent) g_pLocalPlayer->bUseSilentAngles = true;
if (!m_iNewTarget && (g_GlobalVars->tickcount % 300)) g_pUserCmd->buttons |= IN_ATTACK;
if (ShouldPop()) g_pUserCmd->buttons |= IN_ATTACK2;
if (pop_uber_auto && ShouldPop()) g_pUserCmd->buttons |= IN_ATTACK2;
return;
}