Update TileSpatialIOPort.java
fixed the Spatial-IO not being able to read/write custom spatial storage
This commit is contained in:
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user