mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 03:05:52 -07:00
@@ -37,7 +37,7 @@ public enum Color {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "\u00A7" + code;
|
||||
return String.format("\u00A7%x", code);
|
||||
}
|
||||
|
||||
static {
|
||||
|
Reference in New Issue
Block a user