]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_weapons.qc
Remove the WR_DROP weapon_action, now that it's not needed any more. I don't know...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_weapons.qc
index 4df6655b7caae298981acf13ea09ed8b14b9b215..548f7d76525c15a535bd24d3d459ebaa4fa7ced9 100644 (file)
@@ -179,8 +179,6 @@ string W_ThrowNewWeapon(entity own, float wpn, float doreduce, vector org, vecto
        string s;
        var .float ammofield;
 
-       weapon_action(own.weapon, WR_DROP);
-
        wep = spawn();
 
        setorigin(wep, org);