feat: preferences NickoProfile#toString
This commit is contained in:
parent
df97aee854
commit
4ceffe9e10
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ public class NickoProfile implements Cloneable {
|
||||||
return "NickoProfile{" +
|
return "NickoProfile{" +
|
||||||
"name='" + name + '\'' +
|
"name='" + name + '\'' +
|
||||||
", skin='" + skin + '\'' +
|
", skin='" + skin + '\'' +
|
||||||
", locale='" + locale + '\'' +
|
", locale=" + locale +
|
||||||
", empty='" + isEmpty() + '\'' +
|
", bungeecordTransfer=" + bungeecordTransfer +
|
||||||
'}';
|
'}';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue