Update TileSpatialIOPort.java

fixed the Spatial-IO not being able to read/write custom spatial storage
This commit is contained in:
TrinaryBrain
2014-10-04 00:20:51 +02:00
parent 40206a8d3f
commit c39ef1640a
@@ -94,7 +94,7 @@ public class TileSpatialIOPort extends AENetworkInvTile implements Callable
IGrid gi = gridProxy.getGrid();
IEnergyGrid energy = gridProxy.getEnergy();
ItemSpatialStorageCell sc = (ItemSpatialStorageCell) cell.getItem();
ISpatialStorageCell sc = (ISpatialStorageCell) cell.getItem();
SpatialPylonCache spc = gi.getCache( ISpatialCache.class );
if ( spc.hasRegion() && spc.isValidRegion() )