Small fixes
This commit is contained in:
parent
a54d0e4c0f
commit
043b06dedc
8 changed files with 2678 additions and 93 deletions
|
@ -63,8 +63,9 @@ class Settings {
|
|||
NbtUtils.writeBoolean(tag, "loggedIn", settings.loggedIn);
|
||||
tag.put("name", StringTag.valueOf(settings.userName));
|
||||
tag.put("display", StringTag.valueOf(settings.displayName));
|
||||
if (settings.currentUser != null)
|
||||
if (settings.currentUser != null) {
|
||||
tag.put("user", settings.currentUser!.save());
|
||||
}
|
||||
|
||||
return tag;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue