summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Debuggers/Info.lua
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-18 16:07:15 +0100
committerMattes D <github@xoft.cz>2015-03-18 16:07:15 +0100
commitfa17fb9b80c0f6c7614746edfd64fcc71167b86c (patch)
tree7032578bb204eb5c34585cc684bdc95523279952 /MCServer/Plugins/Debuggers/Info.lua
parentWorld:DoWithEntityByID() checks the entities-to-add as well. (diff)
downloadcuberite-fa17fb9b80c0f6c7614746edfd64fcc71167b86c.tar
cuberite-fa17fb9b80c0f6c7614746edfd64fcc71167b86c.tar.gz
cuberite-fa17fb9b80c0f6c7614746edfd64fcc71167b86c.tar.bz2
cuberite-fa17fb9b80c0f6c7614746edfd64fcc71167b86c.tar.lz
cuberite-fa17fb9b80c0f6c7614746edfd64fcc71167b86c.tar.xz
cuberite-fa17fb9b80c0f6c7614746edfd64fcc71167b86c.tar.zst
cuberite-fa17fb9b80c0f6c7614746edfd64fcc71167b86c.zip
Diffstat (limited to 'MCServer/Plugins/Debuggers/Info.lua')
-rw-r--r--MCServer/Plugins/Debuggers/Info.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/MCServer/Plugins/Debuggers/Info.lua b/MCServer/Plugins/Debuggers/Info.lua
index e062a8d8c..0370145df 100644
--- a/MCServer/Plugins/Debuggers/Info.lua
+++ b/MCServer/Plugins/Debuggers/Info.lua
@@ -212,6 +212,12 @@ g_PluginInfo =
HelpString = "Tests the crypto hashing functions",
},
+ ["inh"] =
+ {
+ Handler = HandleConsoleInh,
+ HelpString = "Tests the bindings of the cEntity inheritance",
+ },
+
["loadchunk"] =
{
Handler = HandleConsoleLoadChunk,