mirror of
https://github.com/minetest/minetest.git
synced 2024-12-12 17:33:15 +01:00
Fix invalid queued package element and path (#12218)
This commit is contained in:
parent
0d0f1a2fb2
commit
beea8deeb5
@ -862,8 +862,7 @@ function store.get_formspec(dlgdata)
|
|||||||
formspec[#formspec + 1] = "cdb_downloading.png;3;400;]"
|
formspec[#formspec + 1] = "cdb_downloading.png;3;400;]"
|
||||||
elseif package.queued then
|
elseif package.queued then
|
||||||
formspec[#formspec + 1] = left_base
|
formspec[#formspec + 1] = left_base
|
||||||
formspec[#formspec + 1] = core.formspec_escape(defaulttexturedir)
|
formspec[#formspec + 1] = "cdb_queued.png;queued;]"
|
||||||
formspec[#formspec + 1] = "cdb_queued.png;queued]"
|
|
||||||
elseif not package.path then
|
elseif not package.path then
|
||||||
local elem_name = "install_" .. i .. ";"
|
local elem_name = "install_" .. i .. ";"
|
||||||
formspec[#formspec + 1] = "style[" .. elem_name .. "bgcolor=#71aa34]"
|
formspec[#formspec + 1] = "style[" .. elem_name .. "bgcolor=#71aa34]"
|
||||||
|
Loading…
Reference in New Issue
Block a user