Change the server description after a search (#6074)

pull/8/head
Vincent Glize 2017-06-29 07:53:44 +02:00 committed by Герхард PICCORO Lenz McKAY
parent 582ee14446
commit 1783ccf348
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,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