]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_porto.qc
Remove the weapon_setup function, it's stupid
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_porto.qc
index 9ca3fdda037f25d87d98e53fdd51a6b828990d3d..b1618595ab624f5414ec6f6a65ec6334a8022638 100644 (file)
@@ -377,7 +377,6 @@ float w_porto(float req)
                }
                case WR_SETUP:
                {
-                       weapon_setup(WEP_PORTO);
                        self.current_ammo = ammo_none;
                        return TRUE;
                }