Fixed possible issue with sendingFace persistence.
This commit is contained in:
parent
008a1ad11f
commit
05a1f95fa1
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ public class TileCable extends TileEntity implements ITickable, IEnergyStorage,
|
|||
|
||||
ArrayList<IEnergyStorage> acceptors = new ArrayList<IEnergyStorage>();
|
||||
ArrayList<TileCable> cables = new ArrayList<TileCable>();
|
||||
sendingFace.clear();
|
||||
|
||||
for (EnumFacing face : EnumFacing.VALUES) {
|
||||
TileEntity tile = world.getTileEntity(pos.offset(face));
|
||||
|
|
Loading…
Add table
Reference in a new issue