Skip to content

Commit

Permalink
fix that fixes the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed May 27, 2024
1 parent 53dc7bb commit 52166d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yue_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Download Yuescript and unzip yue
run: |
wget https://github.com/pigpigyyy/Yuescript/releases/download/v0.23.3/yue-linux-x86_64.zip
wget https://github.com/pigpigyyy/Yuescript/releases/download/v0.23.6/yue-linux-x86_64.zip
unzip yue-linux-x86_64.zip
rm yue-linux-x86_64.zip
Expand Down
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 = getmetatable( color_white ) or registry[ "Color" ]
metatable = registry[ "Color" ] or getmetatable( color_white )

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

0 comments on commit 52166d2

Please sign in to comment.