Refactor to remove abstraction.

This commit is contained in:
2023-05-21 17:34:31 -04:00
parent 4749186d86
commit df1b0e3f0f
2 changed files with 22 additions and 6 deletions
-1
View File
@@ -1062,7 +1062,6 @@ public float getBonusPercent(ModType modType, SourceType sourceType) {
this.magicValue = this.getItemBase().getBaseValue() + calcMagicValue();
return;
}
ConcurrentHashMap<String, Integer> enchantList = DbManager.EnchantmentQueries.GET_ENCHANTMENTS_FOR_ITEM(this.getObjectUUID());