mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-22 16:39:25 +00:00
Fixed the fix
This commit is contained in:
@@ -340,7 +340,7 @@ public class EcoBoss extends PluginDependent<EcoPlugin> {
|
||||
this.bossbarEnabled = this.getConfig().getBool("bossbar.enabled");
|
||||
String barStyle = this.getConfig().getString("bossbar.style").toUpperCase();
|
||||
if (barStyle.equalsIgnoreCase("solid")) {
|
||||
barStyle = "OVERLAY";
|
||||
barStyle = "PROGRESS";
|
||||
}
|
||||
this.bossbarProperties = new BossbarProperties(
|
||||
BossBar.Color.valueOf(this.getConfig().getString("bossbar.color").toUpperCase()),
|
||||
|
||||
Reference in New Issue
Block a user