Fixed stripColor taking more than it should, thanks to fieldmaster for catching it
This commit is contained in:
parent
bfa45985c5
commit
15ebc7d902
@ -115,7 +115,7 @@ public enum ChatColor {
|
||||
return null;
|
||||
}
|
||||
|
||||
return input.replaceAll("(?i)\u00A7[0-F]", "");
|
||||
return input.replaceAll("(?i)\u00A7[0-9A-F]", "");
|
||||
}
|
||||
|
||||
static {
|
||||
|
Loading…
x
Reference in New Issue
Block a user