mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
fix debug.getinfo not being unset in CPCSM (regression)
was introduced in eeb6cab
This commit is contained in:
parent
5a422ca0c6
commit
84e8f705f9
3 changed files with 5 additions and 2 deletions
|
@ -311,7 +311,7 @@ void ScriptApiSecurity::initializeSecurityClient()
|
|||
"time"
|
||||
};
|
||||
static const char *debug_whitelist[] = {
|
||||
"getinfo", // used by builtin and unset before mods load <- FIXME: doesn't actually happen
|
||||
"getinfo", // used by builtin and unset before mods load
|
||||
"traceback"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue