Fixed Network Tool crashing on null ItemStacks.

This commit is contained in:
Gunther De Wachter
2017-06-30 18:35:38 +02:00
parent 16a0872d06
commit 76f17ba53c
3 changed files with 3 additions and 3 deletions
@@ -65,7 +65,7 @@ public class PartToggleBus extends PartBasicState
public static final IPartModel MODELS_HAS_CHANNEL = new PartModel( MODEL_BASE, MODEL_STATUS_HAS_CHANNEL );
private static final int REDSTONE_FLAG = 4;
private final AENetworkProxy outerProxy = new AENetworkProxy( this, "outer", null, true );
private final AENetworkProxy outerProxy = new AENetworkProxy( this, "outer", ItemStack.EMPTY, true );
private IGridConnection connection;
private boolean hasRedstone = false;