Reverted last commit

This commit is contained in:
bm01 2012-06-15 02:14:53 +02:00
parent 5a394ee744
commit 064c16f4d7

View File

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