diff --git a/container/implementations/ContainerMEMonitorable.java b/container/implementations/ContainerMEMonitorable.java index bf13ac3fe..2dbca0c7d 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