This commit is contained in:
Electroblob77
2021-01-17 13:32:38 +00:00
parent 299510e663
commit 25ee166e41
2 changed files with 2 additions and 2 deletions
@@ -289,7 +289,7 @@ public class ItemWizardArmour extends ItemArmor implements IWorkbenchItem, IMana
if(upgrade.getHasStack()){
ItemStack original = centre.getStack().copy();
centre.putStack(this.applyUpgrade(player, centre.getStack(), upgrade.getStack()));
changed = ItemStack.areItemStacksEqual(centre.getStack(), original);
changed = !ItemStack.areItemStacksEqual(centre.getStack(), original);
}
// Charges armour by appropriate amount