Skip to content

Commit

Permalink
Fix Hex instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl authored Aug 13, 2024
1 parent 55688da commit 18ac6bb
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ public enum ChatConfigNodes {
"#",
"# Hex Chat Coloring",
"# -----------------",
"# Valid formats: ",
"# #RRGGBB",
"# &#RRGGBB",
"# {#RRGGBB}"),
"# Valid format: ",
"# <#RRGGBB>"),

CHANNEL_FORMATS(
"channel_formats",
Expand Down

0 comments on commit 18ac6bb

Please sign in to comment.