From fa17fb9b80c0f6c7614746edfd64fcc71167b86c Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 18 Mar 2015 16:07:15 +0100 Subject: Debuggers: Added inheritance testing. This allows detailed testing of #1789 - bad Lua bindings for class inheritance. --- MCServer/Plugins/Debuggers/Info.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MCServer/Plugins/Debuggers/Info.lua') 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, -- cgit v1.2.3