]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_laser.qc
remove the wish_reload system again
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_laser.qc
index 33a9c164d42793fc16d15be54b8b933b44c553a5..7d2ac54448e60a68d01463d07dde1c1b78df45a3 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)
        {