mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Resolve #171 #158 Don't need to pass full template name, correct work with inner clone_tree and inner templates
This commit is contained in:
@@ -156,6 +156,7 @@ local function init_lobby(self)
|
||||
self.lobby_grid:add(get_button_disabled(self, "Nested Druids"))
|
||||
self.lobby_grid:add(get_button(self, "Message input", "system_message_input", "/system/message_input/message_input.gui_script"))
|
||||
self.lobby_grid:add(get_button_disabled(self, "Input priority"))
|
||||
self.lobby_grid:add(get_button(self, "Inner templates", "system_inner_templates", "/system/inner_templates/inner_templates.gui_script"))
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user