1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Escape texture pack names

This commit is contained in:
ShadowNinja 2014-02-03 17:57:19 -05:00
parent 857a49e081
commit fbef701bcd

View file

@ -215,7 +215,7 @@ function menu.render_texture_pack_list(list)
retval = retval ..","
end
retval = retval .. v
retval = retval .. engine.formspec_escape(v)
end
return retval