Fix not being able to join friend's world

This commit is contained in:
Melledy
2022-04-20 18:48:26 -07:00
parent 7f2de4fab8
commit 8a8906098e
3 changed files with 10 additions and 12 deletions

View File

@@ -87,6 +87,7 @@ public class PlayerProfile {
return;
}
this.id = player.getUid();
this.name = player.getNickname();
this.avatarId = player.getHeadImage();
this.signature = player.getSignature();