mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove insecure environment from async and emerge environment
This commit is contained in:
parent
6cbb9193ea
commit
cb5fa56e17
2 changed files with 1 additions and 3 deletions
|
@ -765,7 +765,7 @@ void ModApiUtil::InitializeAsync(lua_State *L, int top)
|
|||
API_FCT(get_dir_list);
|
||||
API_FCT(safe_file_write);
|
||||
|
||||
API_FCT(request_insecure_environment);
|
||||
// no request_insecure_environment here! mod origins are not tracked securely here.
|
||||
|
||||
API_FCT(encode_base64);
|
||||
API_FCT(decode_base64);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue