]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_uzi.qc
remove the wish_reload system again
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_uzi.qc
index eaa4442a2d05e115540a394996564ec7bd76da22..92fa62bd8d538abff232434c7de21b7ea6c4a0f8 100644 (file)
@@ -322,17 +322,6 @@ float w_uzi(float req)
                                weapon_thinkf(WFRAME_FIRE2, autocvar_g_balance_uzi_first_refire, w_ready);
                        }
                }
-        if(self.wish_reload)
-        {
-            if(self.switchweapon == self.weapon)
-            {
-                if(self.weaponentity.state == WS_READY)
-                {
-                    self.wish_reload = 0;
-                    W_UZI_Reload();
-                }
-            }
-        }
        }
        else if (req == WR_PRECACHE)
        {