fix: Adds CUO settings support and adds more robust 7.0.9 support (#945)

This commit is contained in:
Kamron Batman 2022-02-27 02:15:06 -08:00 committed by GitHub
parent 941452de4a
commit 5b7b99e0de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 958 additions and 773 deletions

View file

@ -25,7 +25,7 @@ namespace Server
public List<string> AssemblyDirectories { get; set; } = new();
[JsonPropertyName("dataDirectories")]
public List<string> DataDirectories { get; set; } = new();
public HashSet<string> DataDirectories { get; set; } = new();
[JsonPropertyName("listeners")]
public List<IPEndPoint> Listeners { get; set; } = new();