Parcourir la source

Reverted last commit

bm01 il y a 13 ans
Parent
commit
064c16f4d7
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/main/java/com/gmail/nossr50/skills/archery/Archery.java

+ 0 - 1
src/main/java/com/gmail/nossr50/skills/archery/Archery.java

@@ -46,7 +46,6 @@ public class Archery {
 
         if (quantity != null) {
             Misc.dropItems(entity.getLocation(), new ItemStack(Material.ARROW), quantity);
-            arrowTracker.remove(entity);
         }
     }