mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-14 13:43:55 +01:00
Derp hex
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
dfbb9305d2
commit
23637ea79a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public enum Color {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "\u00A7" + code;
|
||||
return String.format("\u00A7%x", code);
|
||||
}
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue