Merge branch 'main' of github.com:PenguinOwl/QuidProQuo

This commit is contained in:
Edith Boles 2021-10-04 18:15:00 -07:00
commit f657a3afc9

View File

@ -22,7 +22,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);
}
}