]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/rpc.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / rpc.qc
index ced3ca0b2515e37b090a5ed68d280ffc3668bf21..50362a1de856c7f9faebe31e61e303ffad5fb796 100644 (file)
@@ -194,7 +194,7 @@ METHOD(RocketPropelledChainsaw, wr_reload, void(entity thiswep, entity actor, .e
     W_Reload(self, WEP_CVAR(rpc, ammo), SND(RELOAD));
 }
 
-METHOD(RocketPropelledChainsaw, wr_suicidemessage, int(entity thiswep))
+METHOD(RocketPropelledChainsaw, wr_suicidemessage, Notification(entity thiswep))
 {
     if((w_deathtype & HITTYPE_BOUNCE) || (w_deathtype & HITTYPE_SPLASH))
         return WEAPON_RPC_SUICIDE_SPLASH;
@@ -202,7 +202,7 @@ METHOD(RocketPropelledChainsaw, wr_suicidemessage, int(entity thiswep))
         return WEAPON_RPC_SUICIDE_DIRECT;
 }
 
-METHOD(RocketPropelledChainsaw, wr_killmessage, int(entity thiswep))
+METHOD(RocketPropelledChainsaw, wr_killmessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_BLASTER_MURDER;