]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/minelayer.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / minelayer.qc
index 8b88a0c5ab67f5b09df6683d593d327322897ebf..78aabc4510d111d15532563f2f25bbd3a7d4266b 100644 (file)
@@ -553,11 +553,11 @@ METHOD(MineLayer, wr_reload, void(entity thiswep, entity actor, .entity weaponen
 {
     W_Reload(self, WEP_CVAR(minelayer, ammo), SND(RELOAD));
 }
-METHOD(MineLayer, wr_suicidemessage, int(entity thiswep))
+METHOD(MineLayer, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_MINELAYER_SUICIDE;
 }
-METHOD(MineLayer, wr_killmessage, int(entity thiswep))
+METHOD(MineLayer, wr_killmessage, Notification(entity thiswep))
 {
     return WEAPON_MINELAYER_MURDER;
 }