Skip to content

Commit

Permalink
Fixed killed entities not being removed from arrowTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
bm01 committed Jun 15, 2012
1 parent 3bc2f5d commit 5a394ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public static void arrowRetrievalCheck(Entity entity) {

if (quantity != null) {
Misc.dropItems(entity.getLocation(), new ItemStack(Material.ARROW), quantity);
arrowTracker.remove(entity);
}
}

Expand Down

0 comments on commit 5a394ee

Please sign in to comment.