Added default case.
This commit is contained in:
parent
493cbcd3c2
commit
d86a05ce39
1 changed files with 3 additions and 0 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in a new issue