From 26540869baa4e8e46871da6de12e7f2b988c8ffe Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Thu, 22 May 2014 21:41:35 -0500 Subject: [PATCH] removed dead code. --- integration/modules/MJ6.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration/modules/MJ6.java b/integration/modules/MJ6.java index 71e87cf4..83534c76 100644 --- a/integration/modules/MJ6.java +++ b/integration/modules/MJ6.java @@ -41,9 +41,8 @@ public class MJ6 extends BaseModule implements IMJ6 if ( te instanceof IPowerReceptor ) { final IPowerReceptor recp = (IPowerReceptor) te; - if ( recp == null ) - return null; final PowerReceiver ph = recp.getPowerReceiver( side ); + if ( ph == null ) return null;