SMP crash on rift creation
This commit is contained in:
parent
0c70b0760b
commit
af0d1450a4
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public class TileEntityRift extends DDTileEntityBase
|
|||
ClientLinkData linkData = new ClientLinkData(PocketManager.getLink(xCoord, yCoord, zCoord, worldObj));
|
||||
|
||||
NBTTagCompound link = new NBTTagCompound();
|
||||
linkData.writeToNBT(tag);
|
||||
linkData.writeToNBT(link);
|
||||
|
||||
tag.setTag("Link", link);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue