Escape icon text to allow for texture modifier

This commit is contained in:
Olivier Dragon 2024-04-03 13:46:44 +00:00 committed by rubenwardy
parent 1ef4a98247
commit c4709de60f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function awards.get_formspec(name, to, sid)
";]"
if sdef and sdef.icon then
formspec = formspec .. "image[0.45,0;3.5,3.5;" .. sdef.icon .. "]" -- adjusted values from 0.6,0;3,3
formspec = formspec .. "image[0.45,0;3.5,3.5;" .. minetest.formspec_escape(sdef.icon) .. "]" -- adjusted values from 0.6,0;3,3
end
if sitem.progress then