Small fix

This commit is contained in:
Federico Cecchetto 2022-04-29 22:53:01 +02:00
parent 1a4904fc10
commit 9d9e1d0047

View File

@ -166,7 +166,6 @@ namespace ui_scripting
{
const auto lua = get_globals();
lua["io"] = table();
lua["io"]["fileexists"] = utils::io::file_exists;
lua["io"]["writefile"] = utils::io::write_file;
lua["io"]["movefile"] = utils::io::move_file;