diff --git a/Src/Hyperion-firmware-cct/boot/cct/boot.lua b/Src/Hyperion-firmware-cct/boot/cct/boot.lua index 7bdae02..b902780 100644 --- a/Src/Hyperion-firmware-cct/boot/cct/boot.lua +++ b/Src/Hyperion-firmware-cct/boot/cct/boot.lua @@ -71,7 +71,6 @@ local ok, err = xpcall(function() collectgarbage = true, error = true, gcinfo = true, - getfenv = true, getmetatable = true, ipairs = true, __inext = true, @@ -85,7 +84,6 @@ local ok, err = xpcall(function() rawlen = true, rawset = true, select = true, - setfenv = true, setmetatable = true, string = true, table = true,