mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-26 15:45:12 +01:00
Fixed Diurnal enchantment
This commit is contained in:
parent
e1f1787da7
commit
f80bb79664
@ -20,7 +20,6 @@ public class Diurnal extends EcoEnchant {
|
||||
@NotNull final LivingEntity victim,
|
||||
final int level,
|
||||
@NotNull final EntityDamageByEntityEvent event) {
|
||||
|
||||
if (!attacker.getWorld().getEnvironment().equals(World.Environment.NORMAL)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user