diff options
author | Mattes D <github@xoft.cz> | 2015-03-18 16:07:15 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-18 16:07:15 +0100 |
commit | fa17fb9b80c0f6c7614746edfd64fcc71167b86c (patch) | |
tree | 7032578bb204eb5c34585cc684bdc95523279952 /MCServer/Plugins/Debuggers/Info.lua | |
parent | World:DoWithEntityByID() checks the entities-to-add as well. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | MCServer/Plugins/Debuggers/Info.lua | 6 |
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, |