Removed todo that was solved in a different way

This commit is contained in:
Teriuihi 2023-09-28 02:12:12 +02:00
parent 75d417da44
commit 27af918829

View File

@ -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();