mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-23 02:34:54 +01:00
Fix player detail screen not showing up
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user