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:
parent
857a49e081
commit
fbef701bcd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue