mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 14:42:24 +01:00
Change the server description after a search (#6074)
This commit is contained in:
parent
6d2833a887
commit
367d218f2b
@ -295,6 +295,7 @@ local function main_button_handler(tabview, fields, name, tabdata)
|
||||
local first_server = search_result[1]
|
||||
core.settings:set("address", first_server.address)
|
||||
core.settings:set("remote_port", first_server.port)
|
||||
gamedata.serverdescription = first_server.description
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user