Advanced Config is now on the new config system

This commit is contained in:
nossr50
2019-02-12 01:52:20 -08:00
parent 78f0a42ec1
commit e7b91f57ea
4 changed files with 102 additions and 481 deletions

View File

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