]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/arc.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / arc.qc
index 247548b12aaf79923de8b633cba389bec3dfdf47..6ac3e9274d9b88df0648c2474b551d1a8f5e165d 100644 (file)
@@ -842,7 +842,7 @@ METHOD(Arc, wr_checkammo2, bool(entity thiswep))
         return WEP_CVAR(arc, overheat_max) > 0 &&
             ((!WEP_CVAR(arc, burst_ammo)) || (self.(thiswep.ammo_field) > 0));
 }
-METHOD(Arc, wr_killmessage, int(entity thiswep))
+METHOD(Arc, wr_killmessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_ARC_MURDER_SPRAY;