Skip to content

Commit

Permalink
Revert lever color
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantizr committed Feb 10, 2022
1 parent d940ac4 commit 25e067a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ public void onWorldRender(RenderWorldLastEvent event) {
break;
case "lever":
if (!showSecrets) continue;
color = new Color(146, 52, 235);
color = new Color(250, 217, 2);
break;
case "fairysoul":
if (!showFairySouls) continue;
color = new Color(255, 85, 255);
break;
case "stonk":
if (!showStonk) continue;
color = new Color(219, 182, 33);
color = new Color(146, 52, 235);
break;
default:
color = new Color(190, 255, 252);
Expand Down

0 comments on commit 25e067a

Please sign in to comment.