mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix worldlist in servertab being filtered by selected game
This commit is contained in:
parent
53bf62bb83
commit
ba65e2ae6c
1 changed files with 5 additions and 1 deletions
|
@ -864,7 +864,11 @@ 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
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue