mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Refactor ContentDB integration (#14507)
This commit is contained in:
parent
cc1bfc6d03
commit
284f6d3682
12 changed files with 1356 additions and 1244 deletions
|
@ -334,7 +334,7 @@ local function handle_buttons(this, fields)
|
|||
if fields.btn_config_world_cdb then
|
||||
this.data.list = nil
|
||||
|
||||
local dlg = create_store_dlg("mod")
|
||||
local dlg = create_contentdb_dlg("mod")
|
||||
dlg:set_parent(this)
|
||||
this:hide()
|
||||
dlg:show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue