mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-17 02:07:54 +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