From a3ee44375d7e4689c9389acfd361d0a7e0e952ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Fri, 14 Jan 2022 16:29:01 +0100 Subject: [PATCH] Fix: Remove `debug.getinfo` from whitelist `debug.setinfo` is set to `nil` by builtin. See https://github.com/minetest/minetest/pull/11950. --- doc/environment.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/environment.adoc b/doc/environment.adoc index 73f3890..625cc3e 100644 --- a/doc/environment.adoc +++ b/doc/environment.adoc @@ -197,7 +197,6 @@ Some library tables are restricted by whitelists as well: ** `gethook` ** `traceback` ** SSM-only: -*** `getinfo` *** `getmetatable` *** `setmetatable` *** `upvalueid`