From eb5bed0f093a90c7b6ab01f09c8b60c40bd45909 Mon Sep 17 00:00:00 2001 From: Astronand Date: Mon, 2 Mar 2026 21:58:51 -0500 Subject: [PATCH] fixed asyncsyscall5 --- Src/Hyperion-firmware-cct/boot/cct/boot.lua | 2 -- 1 file changed, 2 deletions(-) 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,