Skip to content

Commit

Permalink
missing Color metatable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed May 26, 2024
1 parent 3813f74 commit 53dc7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/autorun/!!!random-patches.yue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ do
-- Color
do

metatable = registry[ "Color" ]
metatable = getmetatable( color_white ) or registry[ "Color" ]

global IsColor = =>
return getmetatable( @ ) == metatable
Expand Down

0 comments on commit 53dc7bb

Please sign in to comment.