]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_devastator.qc
Remove the weapon_setup function, it's stupid
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_devastator.qc
index 347652ef4f8bf4aa6f8b1078735d338fb1ab6644..f14b8cd130bc1b8bbb5c024dec76a6777d7bef4a 100644 (file)
@@ -469,7 +469,6 @@ float W_Devastator(float req)
                }
                case WR_SETUP:
                {
-                       weapon_setup(WEP_DEVASTATOR);
                        self.current_ammo = ammo_rockets;
                        self.rl_release = 1;
                        return TRUE;