Added default case.

This commit is contained in:
AlgorithmX2 2014-09-17 10:37:40 -05:00
parent 493cbcd3c2
commit d86a05ce39

View file

@ -156,6 +156,9 @@ public class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicState
newType = AEApi.instance().parts().partP2PTunnelRedstone.stack( 1 );
break;
default:
break;
}
if ( newType != null && !Platform.isSameItem( newType, this.is ) )