mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 19:54:44 +02:00
Accidentally left in some debug stuff.
This commit is contained in:
@ -120,7 +120,6 @@ public class Staves {
|
|||||||
duration = (TICKS_PER_SECOND * MAX_SPEED_DURATION_SECONDS);
|
duration = (TICKS_PER_SECOND * MAX_SPEED_DURATION_SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
shooter.setLevel(shooter.getLevel() - 2);
|
|
||||||
target.addPotionEffect(new PotionEffect(type, duration, amplifier));
|
target.addPotionEffect(new PotionEffect(type, duration, amplifier));
|
||||||
|
|
||||||
if (type.equals(PotionEffectType.SLOW)) {
|
if (type.equals(PotionEffectType.SLOW)) {
|
||||||
|
Reference in New Issue
Block a user