removed unused label
This commit is contained in:
parent
850ee8e22e
commit
6883b926f9
@ -164,7 +164,6 @@ bool ShouldAA(CUserCmd* cmd) {
|
|||||||
if ((cmd->buttons & IN_ATTACK) && !(IsTF2() && g_pLocalPlayer->weapon()->m_iClassID == CL_CLASS(CTFCompoundBow)) && CanShoot()) {
|
if ((cmd->buttons & IN_ATTACK) && !(IsTF2() && g_pLocalPlayer->weapon()->m_iClassID == CL_CLASS(CTFCompoundBow)) && CanShoot()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
i_dont_know_how_to_break_if:
|
|
||||||
if ((cmd->buttons & IN_ATTACK2) && g_pLocalPlayer->weapon()->m_iClassID == CL_CLASS(CTFLunchBox)) return false;
|
if ((cmd->buttons & IN_ATTACK2) && g_pLocalPlayer->weapon()->m_iClassID == CL_CLASS(CTFLunchBox)) return false;
|
||||||
switch (GetWeaponMode()) {
|
switch (GetWeaponMode()) {
|
||||||
case weapon_projectile:
|
case weapon_projectile:
|
||||||
|
Reference in New Issue
Block a user