This commit is contained in:
Anuken
2022-06-08 15:47:04 -04:00
parent c70d83ab90
commit 5bf3155272
2 changed files with 1 additions and 7 deletions

View File

@@ -1585,7 +1585,7 @@ public class LStatements{
fields(table, "team", team, s -> team = s);
if(type != FetchType.coreCount && type != FetchType.playerCount && type != FetchType.unitCount){
if(type != FetchType.coreCount && type != FetchType.playerCount && type != FetchType.unitCount && type != FetchType.buildCount){
table.add(" # ");
row(table);