Implement Linkage for LobbySystem

This commit is contained in:
2025-10-23 17:20:07 +02:00
parent 22d1e15ae0
commit 33b606060a
37 changed files with 111 additions and 111 deletions
@@ -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();
}