]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_minstanex.qc
Remove the wish_reload system. WR_RELOAD can replace it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_minstanex.qc
index 81c1987fabb6ec17b2950399b9fd2e6b4b84bc03..e5c9a1ed83eefab5f40aeeb6089e974ff9f08767 100644 (file)
@@ -293,17 +293,6 @@ float w_minstanex(float req)
                                self.weapon = w;
                        }
                }
-        if(self.wish_reload)
-        {
-            if(self.switchweapon == self.weapon)
-            {
-                if(self.weaponentity.state == WS_READY)
-                {
-                    self.wish_reload = 0;
-                    W_Minstanex_Reload();
-                }
-            }
-        }
        }
        else if (req == WR_PRECACHE)
        {