Fix compile issue

This commit is contained in:
nossr50 2021-01-21 14:44:13 -08:00
parent f43f3a7fb1
commit 8181743114

View File

@ -62,10 +62,6 @@ public final class MobHealthbarUtils {
if (oldName == null) { if (oldName == null) {
oldName = ""; oldName = "";
} }
else if (oldName.equalsIgnoreCase(AdvancedConfig.getInstance().getKrakenName())) {
return;
}
boolean oldNameVisible = target.isCustomNameVisible(); boolean oldNameVisible = target.isCustomNameVisible();
String newName = createHealthDisplay(Config.getInstance().getMobHealthbarDefault(), target, damage); String newName = createHealthDisplay(Config.getInstance().getMobHealthbarDefault(), target, damage);