mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
more consistent/enhanced game penalty messages per issue #171
This commit is contained in:
@ -350,6 +350,7 @@ namespace IW4MAdmin.Application
|
||||
.AddSingleton<IMasterCommunication, MasterCommunication>()
|
||||
.AddSingleton<IManager, ApplicationManager>()
|
||||
.AddSingleton<SharedLibraryCore.Interfaces.ILogger, Logger>()
|
||||
.AddSingleton<IClientNoticeMessageFormatter, ClientNoticeMessageFormatter>()
|
||||
.AddSingleton(translationLookup);
|
||||
|
||||
if (args.Contains("serialevents"))
|
||||
|
Reference in New Issue
Block a user