Remove os.exit from the Lua secure sandbox (#5090)

os.exit will exit not using proper resource liberation paths.

Mods should call the proper exit mod using our API
This commit is contained in:
Loïc Blot 2017-01-21 22:05:54 +01:00 committed by GitHub
parent 6d5a407133
commit 39123fcce5
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ void ScriptApiSecurity::initializeSecurity()
"clock", "clock",
"date", "date",
"difftime", "difftime",
"exit",
"getenv", "getenv",
"setlocale", "setlocale",
"time", "time",