1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

update to show full gametype name on webfront

This commit is contained in:
RaidMax
2021-11-28 10:17:56 -06:00
parent b33b518fa2
commit 80a906f61f
5 changed files with 17 additions and 9 deletions

View File

@ -57,7 +57,7 @@ namespace IW4MAdmin
serverConfiguration,
serviceProvider.GetRequiredService<IManager>(),
serviceProvider.GetRequiredService<IRConConnectionFactory>(),
serviceProvider.GetRequiredService<IGameLogReaderFactory>())
serviceProvider.GetRequiredService<IGameLogReaderFactory>(), serviceProvider)
{
_translationLookup = lookup;
_metaService = metaService;