1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-18 15:01:26 +02:00

Fixed killed entities not being removed from arrowTracker

This commit is contained in:
bm01 2012-06-15 02:08:15 +02:00
parent 3bc2f5dc55
commit 5a394ee744

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