Fixed some warnings about unnecessary code

This commit is contained in:
Andrew
2014-09-28 11:55:09 -07:00
parent da90b07194
commit 94d5319038
7 changed files with 25 additions and 32 deletions
@@ -62,7 +62,7 @@ public class QuantumCluster implements ILocatable, IAECluster
public boolean canUseNode(long qe)
{
QuantumCluster qc = (QuantumCluster) AEApi.instance().registries().locatable().findLocatableBySerial( qe );
if ( qc != null && qc.center instanceof TileQuantumBridge )
if ( qc != null )
{
World theWorld = qc.getCenter().getWorldObj();
if ( !qc.isDestroyed )