forked from SteamWar/SteamWar
Update Region System of BauSystem
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
|
||||
package de.steamwar.bausystem.utils.bossbar;
|
||||
|
||||
import de.steamwar.bausystem.region.GlobalRegion;
|
||||
import de.steamwar.bausystem.region.Region;
|
||||
import de.steamwar.bausystem.region.RegionSystem;
|
||||
import org.bukkit.boss.BarColor;
|
||||
import org.bukkit.boss.BarFlag;
|
||||
import org.bukkit.boss.BarStyle;
|
||||
@@ -101,7 +101,7 @@ public class GlobalBossbar implements BauSystemBossbar {
|
||||
|
||||
@Override
|
||||
public Region getRegion() {
|
||||
return GlobalRegion.getInstance();
|
||||
return RegionSystem.INSTANCE.getGlobalRegion();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user