]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_weapons.qc
Fix weapon drop
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_weapons.qc
index e407640344b9dbc0b21920889685cfb291d62dfc..4455e3c3e838c0e8b05c0644e7d1611b6d7f6301 100644 (file)
@@ -351,7 +351,7 @@ void W_ThrowWeapon(vector velo, vector delta, float doreduce)
        a = W_ThrowNewWeapon(self, w, doreduce, self.origin + delta, velo);
        
        if not(a) return;
-       Send_Notification(NOTIF_ONE, self, MSG_WEAPON, WEAPON_DROPPED, w, a);
+       Send_Notification(NOTIF_ONE, self, MSG_WEAPON, WEAPON_DROPPED, a, w);
 }
 
 // Bringed back weapon frame