More optimizing.

This commit is contained in:
GJ
2012-02-23 22:26:20 -05:00
parent 10fa9e5465
commit 19ab8b89f5
6 changed files with 38 additions and 94 deletions

View File

@@ -441,7 +441,7 @@ public class Skills
Integer x = 0;
while(x < plugin.misc.arrowTracker.get(entity))
{
m.mcDropItem(entity.getLocation(), 262);
m.mcDropItem(entity.getLocation(), new ItemStack(262, 1));
x++;
}
}