feat: preferences NickoProfile#toString

This commit is contained in:
aro 2022-12-07 16:29:54 +01:00
parent df97aee854
commit 4ceffe9e10

View file

@ -54,8 +54,8 @@ public class NickoProfile implements Cloneable {
return "NickoProfile{" +
"name='" + name + '\'' +
", skin='" + skin + '\'' +
", locale='" + locale + '\'' +
", empty='" + isEmpty() + '\'' +
", locale=" + locale +
", bungeecordTransfer=" + bungeecordTransfer +
'}';
}