Escape texture pack names

master
ShadowNinja 2014-02-03 17:57:19 -05:00
parent 857a49e081
commit fbef701bcd
1 changed files with 2 additions and 2 deletions

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