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:
@@ -331,7 +331,7 @@ public class EcoBoss extends PluginDependent<EcoPlugin> {
|
|||||||
this.isGlowing = this.getConfig().getBool("glowing");
|
this.isGlowing = this.getConfig().getBool("glowing");
|
||||||
this.baby = this.getConfig().getBool("baby");
|
this.baby = this.getConfig().getBool("baby");
|
||||||
|
|
||||||
this.displayName = this.getConfig().getString("name");
|
this.displayName = this.getConfig().getFormattedString("name");
|
||||||
|
|
||||||
// Boss Type
|
// Boss Type
|
||||||
this.bossType = BossEntityUtils.getBossType(this.getConfig().getString("base-mob"));
|
this.bossType = BossEntityUtils.getBossType(this.getConfig().getString("base-mob"));
|
||||||
|
|||||||
Reference in New Issue
Block a user