mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix singleplayer dialogs missing game customization
This commit is contained in:
parent
c3984569c0
commit
87b4bce594
2 changed files with 15 additions and 8 deletions
|
@ -118,7 +118,6 @@ local function main_button_handler(this, fields, name, tabdata)
|
|||
end
|
||||
|
||||
if fields["world_create"] ~= nil then
|
||||
print("create world dialog")
|
||||
local create_world_dlg = create_create_world_dlg(true)
|
||||
create_world_dlg:set_parent(this)
|
||||
create_world_dlg:show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue