]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/hook.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / hook.qc
index 79ef90009af72e877055be5db31734313d0afa7a..5af5a9ad1f95a84b0dd7414fc4250a8e5becd2f4 100644 (file)
@@ -295,11 +295,7 @@ METHOD(Hook, wr_resetplayer, void(entity thiswep))
     self.hook_time = 0;
     self.hook_refire = time;
 }
-METHOD(Hook, wr_suicidemessage, int(entity thiswep))
-{
-    return false;
-}
-METHOD(Hook, wr_killmessage, int(entity thiswep))
+METHOD(Hook, wr_killmessage, Notification(entity thiswep))
 {
     return WEAPON_HOOK_MURDER;
 }