1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 10:22:58 +01:00
This commit is contained in:
t00thpick1
2014-08-07 11:23:02 -04:00
parent b7774251eb
commit d857bf483e

View File

@@ -719,6 +719,10 @@ public final class CombatUtils {
return;
}
if (!player.hasMetadata(mcMMO.playerDataKey)) {
return;
}
MobHealthbarUtils.handleMobHealthbars(player, target, damage);
}
}