]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_common.qc
Merge branch 'master' into terencehill/hud_code_restructure
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_common.qc
index 565b33b40e2e7ea8764a090dea921c4b3ba1e685..e68a417e00de6855f4bbfce117ce244b4de3a5f1 100644 (file)
@@ -13,7 +13,7 @@ void W_GiveWeapon (entity e, float wep)
 
        if not(g_minstagib)
        if(other.classname == "player")
-               { Send_Notification(NOTIF_ONE, other, MSG_WEAPON, WEAPON_GOTWEP, wep); }
+               { Send_Notification(NOTIF_ONE, other, MSG_MULTI, ITEM_WEAPON_GOT, wep); }
 
        self = oldself;
 }