Skip to content

Commit aa39270

Browse files
committed
Remove ghost "position"
1 parent 8f1ee28 commit aa39270

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ReplayBrowser/Services/LeaderboardService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@ public async Task<LeaderboardData> GetLeaderboard(RangeOption rangeOption, strin
367367
}
368368
}
369369

370+
// Delete "Unknown" from the MostPlayedJobs leaderboard
371+
leaderboards["MostPlayedJobs"].Data.Remove("Unknown");
372+
370373
// Need to calculate the position of every player in the leaderboard.
371374
foreach (var leaderboard in leaderboards)
372375
{

0 commit comments

Comments
 (0)