Refactor baked in stats

This commit is contained in:
2024-03-11 11:24:19 -04:00
parent 784767dc4e
commit 6ee194924c
3 changed files with 12 additions and 36 deletions
-5
View File
@@ -99,7 +99,6 @@ public class ItemBase {
} catch (Exception e) {
Logger.error(e.getMessage());
}
initBakedInStats();
initializeHashes();
}
@@ -152,10 +151,6 @@ public class ItemBase {
DbManager.ItemBaseQueries.LOAD_ALL_ITEMBASES();
}
private void initBakedInStats() {
DbManager.ItemBaseQueries.LOAD_BAKEDINSTATS(this);
}
public boolean isConsumable() {
return this.isConsumable;
}