Răsfoiți Sursa

Reverted last commit

bm01 13 ani în urmă
părinte
comite
064c16f4d7

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