mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Content tab: Fix content download broken by bc3dccc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user