Fix crash on exiting personal pocket dimension #185

Closed
notabadminer wants to merge 67 commits from master into master
Showing only changes of commit af0d1450a4 - Show all commits

View File

@@ -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);
}