Diagnosing myself with dyslexia

This commit is contained in:
nossr50
2019-06-11 03:57:28 -07:00
parent e1dcb65888
commit 705285878f
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ public class SimpleRepairable implements Repairable {
@Override
public int getMinimumQuantity() {
if(minQuantity != -1)
if(minQuantity == -1)
return Math.max(SkillUtils.getRepairAndSalvageQuantities(itemMaterial, repairMaterial), 2);
else
return minQuantity;