]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_shotgun.qc
Remove the wish_reload system. WR_RELOAD can replace it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_shotgun.qc
index 48ef90e1b49b5417977dff2f3a95af8ddf26d335..5fa5fa4c92306cca9201d96bbbc8e5bcc490e6e0 100644 (file)
@@ -194,17 +194,6 @@ float w_shotgun(float req)
                                weapon_thinkf(WFRAME_FIRE1, 0, W_Shotgun_Attack2);
                        }
                }
-        if(self.wish_reload)
-        {
-            if(self.switchweapon == self.weapon)
-            {
-                if(self.weaponentity.state == WS_READY)
-                {
-                    self.wish_reload = 0;
-                    W_Shotgun_Reload();
-                }
-            }
-        }
        }
        else if (req == WR_PRECACHE)
        {