Tweaked default config values

This commit is contained in:
Auxilor
2020-08-30 14:02:57 +01:00
parent a096b0b600
commit 5627cafc2f
66 changed files with 72 additions and 72 deletions

View File

@@ -51,6 +51,6 @@ public class Levitate extends EcoEnchant {
int duration = this.getConfig().getInt(EcoEnchants.CONFIG_LOCATION + "duration-per-level");
victim.setVelocity(new Vector(0, 0, 0));
victim.addPotionEffect(new PotionEffect(PotionEffectType.LEVITATION, duration * level, level));
victim.addPotionEffect(new PotionEffect(PotionEffectType.LEVITATION, duration * level, 0));
}
}