Wireless Terminal now has terminal mode, and size is fixed.
This commit is contained in:
@@ -11,4 +11,9 @@ public class GuiWirelessTerm extends GuiMEPortableCell
|
||||
maxRows = Integer.MAX_VALUE;
|
||||
}
|
||||
|
||||
@Override
|
||||
int getMaxRows()
|
||||
{
|
||||
return defaultGetMaxRows();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user