mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-04 11:03:43 +01: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