From 53dc7bb2f424881432501ad3196c21ea2d2eae7e Mon Sep 17 00:00:00 2001 From: unknown-gd <44779902+unknown-gd@users.noreply.github.com> Date: Sun, 26 May 2024 18:57:44 +0400 Subject: [PATCH] missing `Color` metatable fix --- lua/autorun/!!!random-patches.yue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/!!!random-patches.yue b/lua/autorun/!!!random-patches.yue index 21db66b..6b55bd8 100644 --- a/lua/autorun/!!!random-patches.yue +++ b/lua/autorun/!!!random-patches.yue @@ -430,7 +430,7 @@ do -- Color do - metatable = registry[ "Color" ] + metatable = getmetatable( color_white ) or registry[ "Color" ] global IsColor = => return getmetatable( @ ) == metatable