Skip to content
Snippets Groups Projects
Commit ba65e2ae authored by PilzAdam's avatar PilzAdam
Browse files

Fix worldlist in servertab being filtered by selected game

parent 53bf62bb
No related branches found
No related tags found
No related merge requests found
......@@ -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
--------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment