Skip to content

Commit

Permalink
Fix worldlist in servertab being filtered by selected game
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Aug 6, 2013
1 parent 53bf62b commit ba65e2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion builtin/mainmenu.lua
Expand Up @@ -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

--------------------------------------------------------------------------------
Expand Down

0 comments on commit ba65e2a

Please sign in to comment.