]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_weapons.qc
Merge MSG_WEAPON and MSG_DEATH to be MSG_MULTI
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_weapons.qc
index 4455e3c3e838c0e8b05c0644e7d1611b6d7f6301..4259e3ba3724b5f1c5d09a48203705791872c3d2 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, a, w);
+       Send_Notification(NOTIF_ONE, self, MSG_MULTI, WEAPON_DROPPED, a, w);
 }
 
 // Bringed back weapon frame