mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix single click world select
This commit is contained in:
parent
85f3d575ec
commit
29b0dc89e6
3 changed files with 10 additions and 10 deletions
|
@ -69,7 +69,7 @@ local function main_button_handler(this, fields, name, tabdata)
|
|||
local event = core.explode_textlist_event(fields["srv_worlds"])
|
||||
local selected = core.get_textlist_index("srv_worlds")
|
||||
|
||||
menu_worldmt_legacy()
|
||||
menu_worldmt_legacy(selected)
|
||||
|
||||
if event.type == "DCL" then
|
||||
world_doubleclick = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue