mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
3 wide tables now go to their own tab
This commit is contained in:
parent
4c55c642bd
commit
84853ccec2
@ -101,6 +101,6 @@ public class ExtensionTableData implements Comparable<ExtensionTableData> {
|
||||
}
|
||||
|
||||
public boolean isWideTable() {
|
||||
return table.getMaxColumnSize() > 3;
|
||||
return table.getMaxColumnSize() >= 3;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user