mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 04:17:44 +01:00
Derp hex
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
dfbb9305d2
commit
23637ea79a
@ -37,7 +37,7 @@ public enum Color {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "\u00A7" + code;
|
||||
return String.format("\u00A7%x", code);
|
||||
}
|
||||
|
||||
static {
|
||||
|
Loading…
Reference in New Issue
Block a user