]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_weapons.qc
get rid of weird "forbid change" logic that breaks NIX
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_weapons.qc
index 3106169008cad0d4ec5029cfe9d2dbb06c32c22c..c46a736a06bbe5f0dae4c0bb8e064660875da1b4 100644 (file)
@@ -284,8 +284,6 @@ void W_ThrowWeapon(vector velo, vector delta, float doreduce)
        w = self.weapon;
        if (w == 0)
                return; // just in case
-       if(self.weapon_forbidchange)
-               return;
        if(MUTATOR_CALLHOOK(ForbidThrowCurrentWeapon))
                return;
        if(!autocvar_g_weapon_throwable)