Fixed Introversion

This commit is contained in:
Auxilor
2021-03-01 21:17:35 +00:00
parent ddc58cf133
commit a99eb54e55

View File

@@ -20,7 +20,7 @@ public class Introversion extends EcoEnchant {
@NotNull final LivingEntity victim,
final int level,
@NotNull final EntityDamageByEntityEvent event) {
if (victim instanceof Player) {
if (!(victim instanceof Player)) {
return;
}