Skip to content

Commit

Permalink
Content tab: Fix content download broken by bc3dccc
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Sep 16, 2022
1 parent f3f3b75 commit b5e7280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/dlg_contentstore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ function install_dialog.get_formspec()

local game_list = {}
for i, game in ipairs(pkgmgr.games) do
game_list[i] = core.formspec_escape(game[i].title)
game_list[i] = core.formspec_escape(game.title)
end

local package = install_dialog.package
Expand Down

0 comments on commit b5e7280

Please sign in to comment.