diff --git a/Core/Models/Spt/Server/SettingsBase.cs b/Core/Models/Spt/Server/SettingsBase.cs index 1475d93a..b2700a47 100644 --- a/Core/Models/Spt/Server/SettingsBase.cs +++ b/Core/Models/Spt/Server/SettingsBase.cs @@ -65,7 +65,7 @@ public class Config public ReleaseProfiler ReleaseProfiler { get; set; } [JsonPropertyName("RequestConfirmationTimeouts")] - public List RequestConfirmationTimeouts { get; set; } + public List RequestConfirmationTimeouts { get; set; } [JsonPropertyName("RequestsMadeThroughLobby")] public List RequestsMadeThroughLobby { get; set; } @@ -89,7 +89,7 @@ public class Config public NetworkStateView NetworkStateView { get; set; } [JsonPropertyName("WsReconnectionDelays")] - public List WsReconnectionDelays { get; set; } + public List WsReconnectionDelays { get; set; } } public class FramerateLimit