Fixed #11139
This commit is contained in:
@@ -115,7 +115,6 @@ public class CoreBlock extends StorageBlock{
|
||||
public void setStats(){
|
||||
super.setStats();
|
||||
|
||||
stats.remove(Stat.buildTime);
|
||||
stats.add(Stat.unitType, table -> {
|
||||
table.row();
|
||||
table.table(Styles.grayPanel, b -> {
|
||||
|
||||
Reference in New Issue
Block a user