From 6fe45c11f7f4456be93e7b6c7693f436e4e36928 Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Wed, 29 Jan 2014 20:48:09 -0600 Subject: [PATCH] Fixed Portable Cell Crash. --- container/implementations/ContainerMEMonitorable.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container/implementations/ContainerMEMonitorable.java b/container/implementations/ContainerMEMonitorable.java index bf13ac3f..2dbca0c7 100644 --- a/container/implementations/ContainerMEMonitorable.java +++ b/container/implementations/ContainerMEMonitorable.java @@ -61,11 +61,12 @@ public class ContainerMEMonitorable extends AEBaseContainer implements IMEMonito } else monitor = null; + + bindPlayerInventory( ip, 0, 0 ); } public ContainerMEMonitorable(InventoryPlayer ip, IStorageMonitorable montiorable) { this( ip, montiorable, Platform.isServer() ); - bindPlayerInventory( ip, 0, 0 ); } @Override