Fixed thor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user