mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-07 03:09:52 +01:00
Update bStats
This commit is contained in:
parent
886bad40a3
commit
de19d2f5c0
@ -161,7 +161,8 @@ public class HolographicDisplays extends JavaPlugin {
|
||||
Bukkit.getPluginManager().registerEvents(mainListener = new MainListener(nmsManager), this);
|
||||
|
||||
// Register bStats metrics
|
||||
new MetricsLite(this);
|
||||
int pluginID = 3123;
|
||||
new MetricsLite(this, pluginID);
|
||||
|
||||
// Holograms are loaded later, when the worlds are ready.
|
||||
Bukkit.getScheduler().runTask(this, new StartupLoadHologramsTask());
|
||||
|
Loading…
Reference in New Issue
Block a user