All stat stuff converted to non-enums

This commit is contained in:
Anuken
2022-04-29 12:10:49 -04:00
parent a2d4363c9f
commit db7e567832
9 changed files with 163 additions and 124 deletions

View File

@@ -61,7 +61,7 @@ public class ContentInfoDialog extends BaseDialog{
if(map.size == 0) continue;
if(stats.useCategories){
table.add("@category." + cat.name()).color(Pal.accent).fillX();
table.add("@category." + cat.name).color(Pal.accent).fillX();
table.row();
}