mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
fix incorrect wildcard colorcode
This commit is contained in:
@ -46,7 +46,7 @@ namespace IW4MAdmin.Application.RConParsers
|
|||||||
{ColorCodes.White.ToString(), "^7"},
|
{ColorCodes.White.ToString(), "^7"},
|
||||||
{ColorCodes.Map.ToString(), "^8"},
|
{ColorCodes.Map.ToString(), "^8"},
|
||||||
{ColorCodes.Grey.ToString(), "^9"},
|
{ColorCodes.Grey.ToString(), "^9"},
|
||||||
{ColorCodes.Wildcard.ToString(), ":^"},
|
{ColorCodes.Wildcard.ToString(), "^:"}
|
||||||
};
|
};
|
||||||
|
|
||||||
public DynamicRConParserConfiguration(IParserRegexFactory parserRegexFactory)
|
public DynamicRConParserConfiguration(IParserRegexFactory parserRegexFactory)
|
||||||
|
Reference in New Issue
Block a user