]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_nex.qc
Yay code part basically works now
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_nex.qc
index ad5e2034284cc2b4f27d893ac628e414a11d88ba..dc3c30ff6123692543bb051949741febc5ed8804 100644 (file)
@@ -218,8 +218,6 @@ float w_nex(float req)
        {
                weapon_setup(WEP_NEX);
                self.current_ammo = ammo_cells;
-               self.weaponentity.switchdelay_drop = autocvar_g_balance_nex_switchdelay_drop;
-               self.weaponentity.switchdelay_raise = autocvar_g_balance_nex_switchdelay_raise;
        }
        else if (req == WR_CHECKAMMO1)
        {