Merge remote-tracking branch 'origin/master'

This commit is contained in:
Auxilor 2022-01-18 08:33:24 +00:00
commit 6ac7d759f8

View File

@ -41,7 +41,6 @@ public class Invigoration extends EcoEnchant {
}
double damageReduction = totalInvigorationPoints * this.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "reduction-multiplier") * 0.01;
damageReduction -= 1;
event.setDamage(event.getDamage() * damageReduction);
}