Typo montiorable

This commit is contained in:
thatsIch
2014-09-21 01:06:22 +02:00
parent 51b7bede7f
commit b534b0ed85
6 changed files with 31 additions and 31 deletions
@@ -14,10 +14,10 @@ public class ContainerMEPortableCell extends ContainerMEMonitorable
double powerMultiplier = 0.5;
IPortableCell civ;
public ContainerMEPortableCell(InventoryPlayer ip, IPortableCell montiorable) {
super( ip, (ITerminalHost) montiorable, false );
public ContainerMEPortableCell(InventoryPlayer ip, IPortableCell monitorable) {
super( ip, (ITerminalHost) monitorable, false );
lockPlayerInventorySlot( ip.currentItem );
civ = montiorable;
civ = monitorable;
bindPlayerInventory( ip, 0, 0 );
}