fixed missing playerdata for LAN
This commit is contained in:
parent
f42aac7664
commit
c25ab2610e
27974
javascript/classes.js
27974
javascript/classes.js
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
|
@ -19,6 +19,7 @@ public class EAGPlayerList extends ServerConfigurationManager {
|
||||||
this.hostPlayerNBT = new NBTTagCompound();
|
this.hostPlayerNBT = new NBTTagCompound();
|
||||||
par1EntityPlayerMP.writeToNBT(hostPlayerNBT);
|
par1EntityPlayerMP.writeToNBT(hostPlayerNBT);
|
||||||
}
|
}
|
||||||
|
super.writePlayerData(par1EntityPlayerMP);
|
||||||
}
|
}
|
||||||
|
|
||||||
public NBTTagCompound getHostPlayerData() {
|
public NBTTagCompound getHostPlayerData() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user