mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 18:05:22 +02:00
Refactor ContentDB integration (#14507)
This commit is contained in:
@@ -264,7 +264,7 @@ local function main_button_handler(this, fields, name, tabdata)
|
||||
|
||||
if fields.game_open_cdb then
|
||||
local maintab = ui.find_by_name("maintab")
|
||||
local dlg = create_store_dlg("game")
|
||||
local dlg = create_contentdb_dlg("game")
|
||||
dlg:set_parent(maintab)
|
||||
maintab:hide()
|
||||
dlg:show()
|
||||
|
Reference in New Issue
Block a user