mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 12:33:03 +00:00
Fixing chat color formatting.
This commit is contained in:
parent
42d01471d3
commit
2f434291cb
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ public class Util
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return REPLACE_PATTERN.matcher(input).replaceAll("");
|
return REPLACE_PATTERN.matcher(input).replaceAll("\u00a7$1");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String blockURL(final String input)
|
public static String blockURL(final String input)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue