mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
parent
8729e7daec
commit
34c52d0ad7
1 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,10 @@ local function main_button_handler(tabview, fields, name, tabdata)
|
||||||
core.settings:set("address", fields.te_address)
|
core.settings:set("address", fields.te_address)
|
||||||
core.settings:set("remote_port", fields.te_port)
|
core.settings:set("remote_port", fields.te_port)
|
||||||
|
|
||||||
|
core.start()
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
if fields.btn_config_sp_world then
|
if fields.btn_config_sp_world then
|
||||||
local configdialog = create_configure_world_dlg(1)
|
local configdialog = create_configure_world_dlg(1)
|
||||||
if configdialog then
|
if configdialog then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue