mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-21 06:44:44 +02:00
Fix #2184
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user