Skip to content

Commit

Permalink
last adjustment (fr)
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Jun 7, 2024
1 parent 727ab45 commit 3387573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FMBot.Bot/Services/GameService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public GameService(IMemoryCache cache, IDbContextFactory<FMBotDbContext> context
{
> 7000 => 8,
> 5000 => 6,
> 3000 => 4,
> 2000 => 3,
> 750 => 2,
> 2500 => 4,
> 1200 => 3,
> 500 => 2,
_ => 1
};

Expand Down

0 comments on commit 3387573

Please sign in to comment.