fixed missing playerdata for LAN

This commit is contained in:
LAX1DUDE 2022-08-21 01:09:14 -07:00
parent f42aac7664
commit c25ab2610e
5 changed files with 28046 additions and 28046 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -19,6 +19,7 @@ public class EAGPlayerList extends ServerConfigurationManager {
this.hostPlayerNBT = new NBTTagCompound();
par1EntityPlayerMP.writeToNBT(hostPlayerNBT);
}
super.writePlayerData(par1EntityPlayerMP);
}
public NBTTagCompound getHostPlayerData() {