]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_mortar.qc
Remove the weapon_setup function, it's stupid
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_mortar.qc
index aff2122dc61a01310f4aa5e401f27119cceabfdc..ef6a36be219f7e1a7ba6f22ff2f69d74044d8d5b 100644 (file)
@@ -391,7 +391,6 @@ float w_glauncher(float req)
                }
                case WR_SETUP:
                {
-                       weapon_setup(WEP_GRENADE_LAUNCHER);
                        self.current_ammo = ammo_rockets;
                        return TRUE;
                }