All stat stuff converted to non-enums
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user