Skip to content

Commit

Permalink
More feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 30, 2024
1 parent c2e8d65 commit ee7d089
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 @@ -18,6 +18,7 @@ public async Task<CommandResult> Execute(PlayerWrapper? executor,
foreach (var (gangId, score) in cachedLeaderboard)
info.ReplySync($"Gang {gangId} has a score of {score}");

info.ReplySync($"{cachedLeaderboard.Length} total ranked gangs.");
return CommandResult.SUCCESS;
}

Expand Down

0 comments on commit ee7d089

Please sign in to comment.