Fixed Invigoration giving invulnerability

This commit is contained in:
0ft3n 2022-01-18 00:47:32 +03:00 committed by GitHub
parent 39a213c727
commit fe05c76495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}