9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-21 16:09:24 +00:00

Fixed string getter

This commit is contained in:
Auxilor
2022-01-06 18:56:36 +00:00
parent ab13053987
commit d95de6926e

View File

@@ -331,7 +331,7 @@ public class EcoBoss extends PluginDependent<EcoPlugin> {
this.isGlowing = this.getConfig().getBool("glowing");
this.baby = this.getConfig().getBool("baby");
this.displayName = this.getConfig().getString("name");
this.displayName = this.getConfig().getFormattedString("name");
// Boss Type
this.bossType = BossEntityUtils.getBossType(this.getConfig().getString("base-mob"));