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