mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-16 20:15:25 +01:00
Fix worldlist in servertab being filtered by selected game
This commit is contained in:
@@ -864,8 +864,12 @@ function tabbuilder.init()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if tabbuilder.current_tab ~= "singleplayer" then
|
||||||
|
menu.update_gametype(true)
|
||||||
|
else
|
||||||
menu.update_gametype()
|
menu.update_gametype()
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
function tabbuilder.tab_multiplayer()
|
function tabbuilder.tab_multiplayer()
|
||||||
|
|||||||
Reference in New Issue
Block a user