mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-15 01:28:34 -05:00
fix for runaway regular expression on linux
explicitly set string dvars in quotes to allow setting empty dvars allow piping in input from command line (#114) update the distribution for top stats elo prevent game log file rotation from stopping event parsing
This commit is contained in:
@ -10,6 +10,11 @@ namespace Tests
|
||||
{
|
||||
class TestRconParser : IW4MAdmin.Application.RconParsers.BaseRConParser
|
||||
{
|
||||
public TestRconParser(IParserRegexFactory f) : base(f)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public int FakeClientCount { get; set; }
|
||||
public List<EFClient> FakeClients { get; set; } = new List<EFClient>();
|
||||
|
||||
|
Reference in New Issue
Block a user