mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:57:21 +01:00
make readonly
This commit is contained in:
parent
230e6910a6
commit
f36ed9e50c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ public class PlayerPerformanceService
|
|||
private readonly ILogger<PlayerPerformanceService> _logger;
|
||||
private readonly MareMediator _mediator;
|
||||
private readonly PlayerPerformanceConfigService _playerPerformanceConfigService;
|
||||
private Dictionary<string, bool> _warnedForPlayers = new(StringComparer.Ordinal);
|
||||
private readonly Dictionary<string, bool> _warnedForPlayers = new(StringComparer.Ordinal);
|
||||
|
||||
public PlayerPerformanceService(ILogger<PlayerPerformanceService> logger, MareMediator mediator,
|
||||
PlayerPerformanceConfigService playerPerformanceConfigService, FileCacheManager fileCacheManager,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue