remove a bunch of locks
This commit is contained in:
parent
b3bf62b391
commit
d7b8664062
13 changed files with 126 additions and 143 deletions
|
@ -75,7 +75,7 @@ internal sealed class SendToServicePointDisplay : IFrameConsumer
|
|||
|
||||
private void RefreshScores()
|
||||
{
|
||||
var playersToDisplay = _players.GetAll()
|
||||
var playersToDisplay = _players.Players
|
||||
.OrderByDescending(p => p.Scores.Kills)
|
||||
.Take(ScoresPlayerRows);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue