Junk code removal.

This commit is contained in:
2023-08-06 08:17:15 -04:00
parent ff7e1ae8c1
commit f0503aa63b
3 changed files with 33 additions and 102 deletions
+2 -2
View File
@@ -694,8 +694,8 @@ public class ItemFactory {
return null;
}
prefixLootTable = LootTable.getModGroup(prefixMod);
suffixLootTable = LootTable.getModGroup(suffixMod);
prefixLootTable = LootTable.getModTypeTable(prefixMod);
suffixLootTable = LootTable.getModTypeTable(suffixMod);
if (prefixLootTable == null || suffixLootTable == null)
return null;