diff options
author | Alexander Harkness <me@bearbin.net> | 2015-06-13 12:59:07 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2015-06-13 12:59:07 +0200 |
commit | ce93cfc34c85ef34e7a7d52b65fccfe9dcaf7537 (patch) | |
tree | ade44b9828d0146d673901fb2a7e40b026c1fd9e /MCServer/Plugins/APIDump/Hooks/OnKilling.lua | |
parent | NetherPortalScanner: Fixed type conversion warnings. (diff) | |
parent | Added documentation for HOOK_KILLED (diff) | |
download | cuberite-ce93cfc34c85ef34e7a7d52b65fccfe9dcaf7537.tar cuberite-ce93cfc34c85ef34e7a7d52b65fccfe9dcaf7537.tar.gz cuberite-ce93cfc34c85ef34e7a7d52b65fccfe9dcaf7537.tar.bz2 cuberite-ce93cfc34c85ef34e7a7d52b65fccfe9dcaf7537.tar.lz cuberite-ce93cfc34c85ef34e7a7d52b65fccfe9dcaf7537.tar.xz cuberite-ce93cfc34c85ef34e7a7d52b65fccfe9dcaf7537.tar.zst cuberite-ce93cfc34c85ef34e7a7d52b65fccfe9dcaf7537.zip |
Diffstat (limited to 'MCServer/Plugins/APIDump/Hooks/OnKilling.lua')
-rw-r--r-- | MCServer/Plugins/APIDump/Hooks/OnKilling.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnKilling.lua b/MCServer/Plugins/APIDump/Hooks/OnKilling.lua index 5e84009db..d2339e60b 100644 --- a/MCServer/Plugins/APIDump/Hooks/OnKilling.lua +++ b/MCServer/Plugins/APIDump/Hooks/OnKilling.lua @@ -7,11 +7,7 @@ return Desc = [[ This hook is called whenever a {{cPawn|pawn}}'s (a player's or a mob's) health reaches zero. This means that the pawn is about to be killed, unless a plugin "revives" them by setting their health - back to a positive value.</p> - <p> - FIXME: There is no HOOK_KILLED notification hook yet; this is deliberate because HOOK_KILLED has - been recently renamed to HOOK_KILLING, and plugins need to be updated. Once updated, the HOOK_KILLED - notification will be implemented. + back to a positive value. ]], Params = { |