This commit is contained in:
B1G-FUNGUS 2021-10-04 17:56:59 -07:00
parent 3ad48605b3
commit 8ed0e18799

View File

@ -21,7 +21,6 @@ public class HitRitual extends Ritual {
@Override
public void execute(Player caster, Player target, Location location) {
target.playSound(target.getLocation(), Sound.HURT_FLESH, 1, 1);
//target.damage(1.0);
}
}