removed unused label

This commit is contained in:
nullifiedcat 2017-08-09 13:03:24 +03:00
parent 850ee8e22e
commit 6883b926f9

View File

@ -164,7 +164,6 @@ bool ShouldAA(CUserCmd* cmd) {
if ((cmd->buttons & IN_ATTACK) && !(IsTF2() && g_pLocalPlayer->weapon()->m_iClassID == CL_CLASS(CTFCompoundBow)) && CanShoot()) {
return false;
}
i_dont_know_how_to_break_if:
if ((cmd->buttons & IN_ATTACK2) && g_pLocalPlayer->weapon()->m_iClassID == CL_CLASS(CTFLunchBox)) return false;
switch (GetWeaponMode()) {
case weapon_projectile: