Remove unnecessary check

This commit is contained in:
ceze88 2023-05-04 17:53:05 +02:00
parent 466b53307f
commit bd0ca52700
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ public class Methods {
}
public static int getCost(RepairType type, ItemStack item) {
if (!(item instanceof Damageable)) {
return Integer.MAX_VALUE;
}
String equationXP = Settings.EXPERIENCE_EQUATION.getString();
String equationECO = Settings.ECONOMY_EQUATION.getString();
String equationITEM = Settings.ITEM_EQUATION.getString();