1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

fix debug.getinfo not being unset in CPCSM (regression)

was introduced in eeb6cab
This commit is contained in:
Desour 2025-03-25 13:47:14 +01:00
parent 5a422ca0c6
commit 84e8f705f9
3 changed files with 5 additions and 2 deletions

View file

@ -13,3 +13,6 @@ dofile(commonpath .. "information_formspecs.lua")
dofile(clientpath .. "chatcommands.lua")
dofile(clientpath .. "misc.lua")
assert(loadfile(commonpath .. "item_s.lua"))({}) -- Just for push/read node functions
-- unset, as promised in initializeSecurityClient()
debug.getinfo = nil