Fixed shot assist draining durability

This commit is contained in:
Auxilor
2020-11-30 20:12:38 +00:00
parent c4df03884b
commit c8212a2524

View File

@@ -32,7 +32,7 @@ public class ShotAssist extends EcoEnchant {
Arrow arrow = (Arrow) event.getDamager();
LivingEntity victim = (LivingEntity) event.getEntity();
int points = EnchantChecks.getArmorPoints(player, this, 1);
int points = EnchantChecks.getArmorPoints(player, this, 0);
if(points == 0) return;