mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add ability to register custom event generators for event parsers / truncate long client names fix
This commit is contained in:
@ -8,7 +8,7 @@ namespace IW4MAdmin.Application.EventParsers
|
||||
/// </summary>
|
||||
sealed internal class DynamicEventParser : BaseEventParser
|
||||
{
|
||||
public DynamicEventParser(IParserRegexFactory parserRegexFactory) : base(parserRegexFactory)
|
||||
public DynamicEventParser(IParserRegexFactory parserRegexFactory, ILogger logger) : base(parserRegexFactory, logger)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user