]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_hlac.qc
Remove the wish_reload system. WR_RELOAD can replace it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_hlac.qc
index c87baf2162dd59eb3b65ea918e976ff92d37a650..08cfd69af5c182c57c965c1cfc37c07d03bde0fd 100644 (file)
@@ -257,17 +257,6 @@ float w_hlac(float req)
                                weapon_thinkf(WFRAME_FIRE2, autocvar_g_balance_hlac_secondary_animtime, w_ready);
                        }
                }
-        if(self.wish_reload)
-        {
-            if(self.switchweapon == self.weapon)
-            {
-                if(self.weaponentity.state == WS_READY)
-                {
-                    self.wish_reload = 0;
-                    W_HLAC_Reload();
-                }
-            }
-        }
        }
        else if (req == WR_PRECACHE)
        {