Minor improvements to Lua sandbox

This commit is contained in:
sfan5
2022-01-13 22:12:44 +01:00
parent 379473b670
commit 9a12e4499e
2 changed files with 27 additions and 4 deletions

View File

@@ -79,4 +79,5 @@ class ScriptApiSecurity : virtual public ScriptApiBase
static int sl_os_rename(lua_State *L);
static int sl_os_remove(lua_State *L);
static int sl_os_setlocale(lua_State *L);
};