Removed Terminal style from Portable Cell Gui.
Portable Cell now only shows 3 rows now, like it should. Security Gui now has the proper width. Fixed bug introduced in #90 to show background behind security terminal slots.
This commit is contained in:
@@ -9,7 +9,11 @@ public class GuiMEPortableCell extends GuiMEMonitorable
|
||||
|
||||
public GuiMEPortableCell(InventoryPlayer inventoryPlayer, IPortableCell te) {
|
||||
super( inventoryPlayer, te, new ContainerMEPortableCell( inventoryPlayer, null ) );
|
||||
maxRows = 3;
|
||||
}
|
||||
|
||||
@Override
|
||||
int getMaxRows()
|
||||
{
|
||||
return 3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user