Wireless Terminal now has terminal mode, and size is fixed.

This commit is contained in:
AlgorithmX2
2014-08-08 21:27:13 -05:00
parent 596b3818e3
commit da4c9bc623
3 changed files with 11 additions and 1 deletions
@@ -11,6 +11,11 @@ public class GuiMEPortableCell extends GuiMEMonitorable
super( inventoryPlayer, te, new ContainerMEPortableCell( inventoryPlayer, null ) );
}
int defaultGetMaxRows()
{
return super.getMaxRows();
}
@Override
int getMaxRows()
{