diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/LevelController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/LevelController.java b/src/main/LevelController.java index f2199cf..b51da37 100644 --- a/src/main/LevelController.java +++ b/src/main/LevelController.java @@ -13,7 +13,7 @@ public class LevelController { Difficulty d1 = new Difficulty(); d1.title = "Easy"; - LeaderboardEntry lb = new LeaderboardEntry("t-bone", 1000); + LeaderboardEntry lb = new LeaderboardEntry("t-bone", 1000, "DATE"); //lb.setName("t-bone"); //lb.setScore(1000); d1.leaderboard.add(lb); |