More changes...
This commit is contained in:
@@ -6,5 +6,6 @@ namespace RecRoomArchive.Models.API.Config
|
||||
{
|
||||
[JsonPropertyName(name: "CloudRegion")] public string CloudRegion { get; set; } = "us";
|
||||
[JsonPropertyName(name: "CrcCheckEnabled")] public bool CrcCheckEnabled { get; set; } = true;
|
||||
[JsonPropertyName(name: "EnableServerTracingAfterDisconnect")] public bool EnableServerTracingAfterDisconnect { get; set; } = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user