Selaa lähdekoodia

Reverted last commit

bm01 13 vuotta sitten
vanhempi
sitoutus
064c16f4d7
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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);
         }
     }