forked from SteamWar/SteamWar
Implement Linkage for LobbySystem
This commit is contained in:
@@ -39,7 +39,7 @@ public class Leaderboard implements Listener {
|
||||
this.configKey = configKey;
|
||||
this.location = location;
|
||||
this.best = best;
|
||||
Bukkit.getPluginManager().registerEvents(this, LobbySystem.getPlugin());
|
||||
Bukkit.getPluginManager().registerEvents(this, LobbySystem.getInstance());
|
||||
update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user