Skip to content

Commit

Permalink
Update src/main/java/at/hannibal2/skyhanni/config/features/dungeon/Hi…
Browse files Browse the repository at this point in the history
…ghlightClickedBlocksConfig.java


i forgor to change this lol

Co-authored-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
  • Loading branch information
Vahvl and ItsEmpa authored Jun 27, 2024
1 parent d4406af commit 7232aba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class HighlightClickedBlocksConfig {
@ConfigEditorBoolean
public boolean randomColourEnabled = false;

@ConfigOption(name = "Reset Colors", desc = "Resets the colors of the highlights to default ones.")
@ConfigOption(name = "Reset Colours", desc = "Resets the colours of the highlights to default ones.")
@ConfigEditorButton(buttonText = "Reset")
public Runnable reset = () -> {
chestColour = "0:178:85:255:85";
Expand Down

0 comments on commit 7232aba

Please sign in to comment.