diff --git a/Application/ApplicationManager.cs b/Application/ApplicationManager.cs index a87844f7..83cd5a2c 100644 --- a/Application/ApplicationManager.cs +++ b/Application/ApplicationManager.cs @@ -109,7 +109,7 @@ namespace IW4MAdmin.Application ConfigHandler = appConfigHandler; StartTime = DateTime.UtcNow; PageList = new PageList(); - AdditionalEventParsers = new List { new BaseEventParser(parserRegexFactory, logger, _appConfig, serviceProvider.GetRequiredService()) }; + AdditionalEventParsers = new List { new BaseEventParser(parserRegexFactory, logger, appConfig, serviceProvider.GetRequiredService()) }; AdditionalRConParsers = new List { new BaseRConParser(serviceProvider.GetRequiredService>(), parserRegexFactory) }; TokenAuthenticator = new TokenAuthentication(); _logger = logger;