mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
unset debug.getinfo
This commit is contained in:
parent
a2f98b1879
commit
5a422ca0c6
7 changed files with 22 additions and 10 deletions
|
@ -20,3 +20,6 @@ assert(loadfile(commonpath .. "register.lua"))(builtin_shared)
|
|||
assert(loadfile(mypath .. "register.lua"))(builtin_shared)
|
||||
|
||||
dofile(commonpath .. "after.lua")
|
||||
|
||||
-- unset, as promised in initializeSecuritySSCSM()
|
||||
debug.getinfo = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue