diff options
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/Debuggers/Info.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua index c21865218..ea1a60a56 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -100,6 +100,12 @@ g_PluginInfo = Handler = HandleGCCmd, HelpString = "Activates the Lua garbage collector" }, + ["/genrails"] = + { + Permission = "debuggers", + Handler = HandleGenRailsCmd, + HelpString = "Generates rail blocks with all metas from current block towards X+", + }, ["/getcustomname"] = { Permission = "debuggers", |