]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_weapons.qc
Merge remote branch 'origin/terencehill/physics_panel_updates'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_weapons.qc
index 4a12ce1850323e10f7b11282a76874cb0f426e66..fac0d73aa2cbf09b30f36ed949e7bb97a9d26085 100644 (file)
@@ -318,7 +318,7 @@ float W_IsWeaponThrowable(float w)
                return 0;
        if (g_cts)
                return 0;
-       if (g_nexball && w == WEP_GRENADE_LAUNCHER)
+       if (g_nexball && w == WEP_PORTO)
                return 0;
 
        wb = W_WeaponBit(w);