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