Skip to content

Commit

Permalink
More work
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 30, 2024
1 parent ee7d089 commit 3edf2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CS2/Leaderboard/LeaderboardCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class LeaderboardCommand(ILeaderboard leaderboard) : ICommand {

public async Task<CommandResult> Execute(PlayerWrapper? executor,
CommandInfoWrapper info) {
info.ReplySync("Fetching leaderboard...");
cachedLeaderboard ??= (await leaderboard.GetTopGangs()).ToArray();

foreach (var (gangId, score) in cachedLeaderboard)
Expand Down

0 comments on commit 3edf2b5

Please sign in to comment.