]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_nex.qc
Remove the weapon_setup function, it's stupid
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_nex.qc
index 1351118985458c6be8f2c8025d0e9a0395535857..684622d9dc7e221800bd772e53846e28fe00bc02 100644 (file)
@@ -246,7 +246,6 @@ float w_nex(float req)
                }
                case WR_SETUP:
                {
-                       weapon_setup(WEP_NEX);
                        self.current_ammo = ammo_cells;
                        return TRUE;
                }