]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/hlac.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / hlac.qc
index b2f3264d668d9d5e59db6f4755f1e741cc0068f0..901634506057566d96024b525f7e7eae0f54d8a0 100644 (file)
@@ -250,11 +250,11 @@ METHOD(HLAC, wr_reload, void(entity thiswep, entity actor, .entity weaponentity)
 {
     W_Reload(self, min(WEP_CVAR_PRI(hlac, ammo), WEP_CVAR_SEC(hlac, ammo)), SND(RELOAD));
 }
-METHOD(HLAC, wr_suicidemessage, int(entity thiswep))
+METHOD(HLAC, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_HLAC_SUICIDE;
 }
-METHOD(HLAC, wr_killmessage, int(entity thiswep))
+METHOD(HLAC, wr_killmessage, Notification(entity thiswep))
 {
     return WEAPON_HLAC_MURDER;
 }