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

View File

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