mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
Fix worldlist in servertab being filtered by selected game
This commit is contained in:
parent
53bf62bb83
commit
ba65e2ae6c
@ -864,7 +864,11 @@ function tabbuilder.init()
|
||||
end
|
||||
end
|
||||
|
||||
menu.update_gametype()
|
||||
if tabbuilder.current_tab ~= "singleplayer" then
|
||||
menu.update_gametype(true)
|
||||
else
|
||||
menu.update_gametype()
|
||||
end
|
||||
end
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user