mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Content tab: Fix content download broken by bc3dccc
This commit is contained in:
parent
f3f3b752f2
commit
b5e7280708
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue