This commit is contained in:
libraryaddict 2021-12-14 18:54:06 +13:00
parent 3a10606fb7
commit e6d40d95eb

@ -66,7 +66,7 @@ public abstract class Disguise {
@Getter @Getter
private BarStyle bossBarStyle = DisguiseConfig.getBossBarStyle(); private BarStyle bossBarStyle = DisguiseConfig.getBossBarStyle();
@Getter(value = AccessLevel.PRIVATE) @Getter(value = AccessLevel.PRIVATE)
private final NamespacedKey bossBar = new NamespacedKey("LibsDisguises", UUID.randomUUID().toString()); private final NamespacedKey bossBar = new NamespacedKey("libsdisguises", UUID.randomUUID().toString());
private FlagWatcher watcher; private FlagWatcher watcher;
/** /**
* If set, how long before disguise expires * If set, how long before disguise expires