Fix player detail screen not showing up

This commit is contained in:
Melledy
2024-05-11 03:59:50 -07:00
parent dfc8a9cb7f
commit 24be0f3f3f
5 changed files with 2396 additions and 375 deletions

View File

@@ -933,9 +933,11 @@ public class Player implements Tickable {
.setLevel(this.getLevel())
.setWorldLevel(this.getWorldLevel())
.setPlatformType(PlatformType.PC)
.setRecordInfo("")
.setHeadIcon(this.getHeadIcon());
proto.getMutableRecordInfo().getMutableCollectionInfo();
proto.getMutableDisplaySettings();
return proto;
}