1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

merge dev changes

This commit is contained in:
RaidMax
2020-01-31 20:22:59 -06:00
2 changed files with 1 additions and 4 deletions

View File

@ -31,9 +31,6 @@ namespace SharedLibraryCore.Configuration
[ConfigurationOptional]
public Uri GameLogServerUrl { get; set; }
[ConfigurationIgnore]
public int Index { get; set; }
private readonly IList<IRConParser> rconParsers;
private readonly IList<IEventParser> eventParsers;