Skip to content

Commit 4342438

Browse files
committed
[2.0.16] Fix Folia & Gradients
1 parent 0866b6c commit 4342438

File tree

1 file changed

+1
-1
lines changed
  • project/runtime-bukkit/src/main/java/me/arasple/mc/trchat/util/color

1 file changed

+1
-1
lines changed

project/runtime-bukkit/src/main/java/me/arasple/mc/trchat/util/color/HexUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class HexUtils {
3333
"\\{#([A-Fa-f0-9]){6}}|" +
3434
"&#([A-Fa-f0-9]){6}|" +
3535
"#([A-Fa-f0-9]){6}|" +
36-
org.bukkit.ChatColor.COLOR_CHAR
36+
'§'
3737
);
3838

3939
private HexUtils() {

0 commit comments

Comments
 (0)