1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-19 07:21:26 +02:00

Reverted last commit

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

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