Derp hex
This commit is contained in:
parent
9fe74ae102
commit
c2680cf12f
@ -37,7 +37,7 @@ public enum Color {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "\u00A7" + code;
|
||||
return String.format("\u00A7%x", code);
|
||||
}
|
||||
|
||||
static {
|
||||
|
Loading…
x
Reference in New Issue
Block a user