]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_laser.qc
Remove the wish_reload system. WR_RELOAD can replace it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_laser.qc
index f3bd6e0b1371245ac7e89f3b1b54529c06172311..ac79e9c5f6d918e86e24207ee1dbb8cd22f07f7b 100644 (file)
@@ -317,17 +317,6 @@ float w_laser(float req)
                                        W_SwitchWeapon (self.cnt);
                        }
                }
-        if(self.wish_reload)
-        {
-            if(self.switchweapon == self.weapon)
-            {
-                if(self.weaponentity.state == WS_READY)
-                {
-                    self.wish_reload = 0;
-                    W_Laser_Reload();
-                }
-            }
-        }
        }
        else if (req == WR_PRECACHE)
        {