mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-31 21:07:47 +01:00
actually load hologram hooks
This commit is contained in:
parent
89626d109f
commit
d916f6a121
@ -172,6 +172,7 @@ public class UltimateStacker extends SongodaPlugin {
|
||||
if (pluginManager.isPluginEnabled("Jobs")) {
|
||||
stackerHooks.add(new JobsHook());
|
||||
}
|
||||
HologramManager.load(this);
|
||||
|
||||
// Legacy Data
|
||||
Bukkit.getScheduler().runTaskLater(this, () -> {
|
||||
|
Loading…
Reference in New Issue
Block a user