mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
Revert "Fix serverdescription and name not beeing saved to local serverlist"
This reverts commit 7dbbbfc665e285cc9eb9d750c3a449d7da178d4f. (was added twice)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user