Arrow Retrieval will no longer work with piercing enchant

This commit is contained in:
nossr50
2019-06-18 13:06:26 -07:00
parent 31e9abd8eb
commit c83d38b5c2
8 changed files with 45 additions and 18 deletions

View File

@ -223,7 +223,7 @@ public final class CombatUtils {
}
if (!arrow.hasMetadata(mcMMO.infiniteArrowKey) && archeryManager.canRetrieveArrows()) {
archeryManager.retrieveArrows(target);
archeryManager.retrieveArrows(target, arrow);
}
if(canUseLimitBreak(player, SubSkillType.ARCHERY_ARCHERY_LIMIT_BREAK))