Wireless Terminal Gui Works, dose not support range, or WAPs

This commit is contained in:
AlgorithmX2
2014-02-02 23:02:54 -06:00
parent b7d90b989d
commit 8b81545abf
8 changed files with 121 additions and 36 deletions
@@ -8,6 +8,7 @@ public class GuiWirelessTerm extends GuiMEPortableCell
public GuiWirelessTerm(InventoryPlayer inventoryPlayer, IPortableCell te) {
super( inventoryPlayer, te );
maxRows = Integer.MAX_VALUE;
}
}