mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
2.1.228
This commit is contained in:
@ -39,7 +39,7 @@ public final class MobHealthbarUtils {
|
||||
return;
|
||||
}
|
||||
|
||||
if (isBoss(target)) {
|
||||
if (isBoss(target) || target instanceof Player) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user