geforkt von Mirrors/Paper
Fixed stripColor taking more than it should, thanks to fieldmaster for catching it
By: Nathan Adams <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Ursprung
2ec416e8e0
Commit
3f093fec4a
@ -115,7 +115,7 @@ public enum ChatColor {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return input.replaceAll("(?i)\u00A7[0-F]", "");
|
return input.replaceAll("(?i)\u00A7[0-9A-F]", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren