forked from SteamWar/SteamWar
Merge remote-tracking branch 'origin/Lobby/refactor-leaderboard' into Lobby/refactor-leaderboard
# Conflicts: # LobbySystem/src/de/steamwar/lobby/util/LeaderboardManager.java
This commit is contained in:
@@ -50,7 +50,7 @@ public class LeaderboardManager implements Listener {
|
|||||||
this.server = server;
|
this.server = server;
|
||||||
this.configKey = configKey;
|
this.configKey = configKey;
|
||||||
this.location = location;
|
this.location = location;
|
||||||
Bukkit.getPluginManager().registerEvents(this, LobbySystem.getInstance());
|
Bukkit.getPluginManager().registerEvents(this, LobbySystem.getPlugin());
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user