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{" +
|
||||
"name='" + name + '\'' +
|
||||
", skin='" + skin + '\'' +
|
||||
", locale='" + locale + '\'' +
|
||||
", empty='" + isEmpty() + '\'' +
|
||||
", locale=" + locale +
|
||||
", bungeecordTransfer=" + bungeecordTransfer +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue