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:
@ -1,4 +1,5 @@
|
||||
using IW4MAdmin.Application;
|
||||
using IW4MAdmin.Application.Factories;
|
||||
using IW4MAdmin.Application.Misc;
|
||||
using SharedLibraryCore.Configuration;
|
||||
using SharedLibraryCore.Interfaces;
|
||||
@ -42,7 +43,6 @@ namespace Tests
|
||||
|
||||
Manager.ConfigHandler = new BaseConfigurationHandler<ApplicationConfiguration>("test");
|
||||
Manager.ConfigHandler.Set(config);
|
||||
Manager.AdditionalRConParsers.Add(new TestRconParser());
|
||||
|
||||
Manager.Init().Wait();
|
||||
|
||||
|
Reference in New Issue
Block a user