1
0
Fork 0
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:
sapier 2014-05-17 15:30:26 +02:00
parent c3984569c0
commit 87b4bce594
2 changed files with 15 additions and 8 deletions

View file

@ -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()