Revert "Fix serverdescription and name not beeing saved to local serverlist"

This reverts commit 7dbbbfc665.
(was added twice)
This commit is contained in:
sapier 2013-07-12 23:30:15 +02:00 committed by PilzAdam
parent 7a9f365ba4
commit 47a0a5c746
1 changed files with 0 additions and 5 deletions

View File

@ -644,11 +644,6 @@ function tabbuilder.handle_multiplayer_buttons(fields)
gamedata.serverdescription = menu.favorites[event.index].description
end
if menu.favorites ~= nil then
gamedata.servername = menu.favorites[event.index].name
gamedata.serverdescription = menu.favorites[event.index].description
end
if gamedata.address ~= nil and
gamedata.port ~= nil then