Accidentally left in some debug stuff.

This commit is contained in:
GJ 2012-03-22 00:03:35 -04:00
parent abe01a84e5
commit 136debfee5

View File

@ -120,7 +120,6 @@ public class Staves {
duration = (TICKS_PER_SECOND * MAX_SPEED_DURATION_SECONDS);
}
shooter.setLevel(shooter.getLevel() - 2);
target.addPotionEffect(new PotionEffect(type, duration, amplifier));
if (type.equals(PotionEffectType.SLOW)) {