summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authorNounours Heureux <schtroumps31@gmail.com>2015-06-02 17:06:18 +0200
committerNounours Heureux <schtroumps31@gmail.com>2015-06-13 10:00:31 +0200
commitd79f601d5a62f2291615955fac196dbab5caa15a (patch)
tree888f41c63844b9bd0336f9ef0ed585aa6a635883 /MCServer
parentNetherPortalScanner: Fixed type conversion warnings. (diff)
downloadcuberite-d79f601d5a62f2291615955fac196dbab5caa15a.tar
cuberite-d79f601d5a62f2291615955fac196dbab5caa15a.tar.gz
cuberite-d79f601d5a62f2291615955fac196dbab5caa15a.tar.bz2
cuberite-d79f601d5a62f2291615955fac196dbab5caa15a.tar.lz
cuberite-d79f601d5a62f2291615955fac196dbab5caa15a.tar.xz
cuberite-d79f601d5a62f2291615955fac196dbab5caa15a.tar.zst
cuberite-d79f601d5a62f2291615955fac196dbab5caa15a.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua2
-rw-r--r--MCServer/Plugins/APIDump/Hooks/OnKilling.lua6
2 files changed, 2 insertions, 6 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 87edb226a..4cd6146bb 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -2683,7 +2683,7 @@ Parser:close();
},
}, -- AdditionalInfo
}, -- lxp
-
+
sqlite3 =
{
Desc = [[
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 =
{