Fixed thor

This commit is contained in:
Auxilor 2021-10-16 16:31:12 +01:00
parent fb4206d6a6
commit 8dd54ca083

View File

@ -37,6 +37,6 @@ public class Thor extends EcoEnchant {
double damage = this.getConfig().getDouble(EcoEnchants.CONFIG_LOCATION + "lightning-damage");
boolean silent = this.getConfig().getBool(EcoEnchants.CONFIG_LOCATION + "local-lightning-sound");
LightningUtils.strike(attacker, damage, silent);
LightningUtils.strike(victim, damage, silent);
}
}