Fixed Portable Cell Crash.

This commit is contained in:
AlgorithmX2 2014-01-29 20:48:09 -06:00
parent 1b6455421e
commit 6fe45c11f7

View file

@ -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