mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Escape texture pack names
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user