mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-20 23:49:22 +00:00
Fixed string getter
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user