Skip to content

Commit 367d218

Browse files
Dumbeldornerzhul
authored andcommittedJun 29, 2017
Change the server description after a search (#6074)
1 parent 6d2833a commit 367d218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎builtin/mainmenu/tab_online.lua

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ local function main_button_handler(tabview, fields, name, tabdata)
295295
local first_server = search_result[1]
296296
core.settings:set("address", first_server.address)
297297
core.settings:set("remote_port", first_server.port)
298+
gamedata.serverdescription = first_server.description
298299
end
299300
return true
300301
end

0 commit comments

Comments
 (0)
Please sign in to comment.