mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Fix #2184
This commit is contained in:
parent
b7774251eb
commit
d857bf483e
@ -719,6 +719,10 @@ public final class CombatUtils {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!player.hasMetadata(mcMMO.playerDataKey)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
MobHealthbarUtils.handleMobHealthbars(player, target, damage);
|
MobHealthbarUtils.handleMobHealthbars(player, target, damage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user