Merge pull request #185 from thatsIch/Cast

Removes not needed casts
This commit is contained in:
Chris
2014-09-29 14:14:25 -07:00
10 changed files with 21 additions and 21 deletions
@@ -96,7 +96,7 @@ public class TileSpatialIOPort extends AENetworkInvTile implements Callable
ItemSpatialStorageCell sc = (ItemSpatialStorageCell) cell.getItem();
SpatialPylonCache spc = (SpatialPylonCache) gi.getCache( ISpatialCache.class );
SpatialPylonCache spc = gi.getCache( ISpatialCache.class );
if ( spc.hasRegion() && spc.isValidRegion() )
{
double req = spc.requiredPower();