Explorar o código

Fixed killed entities not being removed from arrowTracker

bm01 %!s(int64=13) %!d(string=hai) anos
pai
achega
5a394ee744

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

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