1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Refactor ContentDB integration (#14507)

This commit is contained in:
rubenwardy 2024-04-09 21:18:40 +02:00 committed by GitHub
parent cc1bfc6d03
commit 284f6d3682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1356 additions and 1244 deletions

View file

@ -335,7 +335,7 @@ end
local function create_world_buttonhandler(this, fields)
if fields["world_create_open_cdb"] then
local dlg = create_store_dlg("game")
local dlg = create_contentdb_dlg("game")
dlg:set_parent(this.parent)
this:delete()
this.parent:hide()