Removed todo that was solved in a different way
This commit is contained in:
parent
75d417da44
commit
27af918829
|
|
@ -20,7 +20,7 @@ public class ScoreboardManager {
|
|||
private final String scoreName = "Fish Leaderboard";
|
||||
private double tenthLength = 0;
|
||||
private double firstLength = 0;
|
||||
private final HashMap<UUID, PlayerScore> playerScores = new HashMap<>(); //TODO save and load this along with the points data
|
||||
private final HashMap<UUID, PlayerScore> playerScores = new HashMap<>();
|
||||
|
||||
private ScoreboardManager() {
|
||||
scoreboard = Bukkit.getScoreboardManager().getNewScoreboard();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user