Fix: Remove debug.getinfo from whitelist

`debug.setinfo` is set to `nil` by builtin. See https://github.com/minetest/minetest/pull/11950.
This commit is contained in:
Lars Müller 2022-01-14 16:29:01 +01:00 committed by GitHub
parent e967ae4fcc
commit a3ee44375d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -197,7 +197,6 @@ Some library tables are restricted by whitelists as well:
** `gethook` ** `gethook`
** `traceback` ** `traceback`
** SSM-only: ** SSM-only:
*** `getinfo`
*** `getmetatable` *** `getmetatable`
*** `setmetatable` *** `setmetatable`
*** `upvalueid` *** `upvalueid`