mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix debug.getinfo not being unset in CPCSM (#16506)
regression was introduced in eeb6cab
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user