Fixed #686 - "Disk Drive and Storage Disk issue in server environment."
This commit is contained in:
@@ -198,6 +198,7 @@ public abstract class FluidStorageNBT implements IFluidStorage {
|
||||
NBTTagCompound otherTag = new NBTTagCompound();
|
||||
|
||||
otherTag.setInteger(NBT_STORED, getStoredFromNBT(tag));
|
||||
otherTag.setTag(NBT_FLUIDS, new NBTTagList());
|
||||
|
||||
return otherTag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user