use default thingy for DebugSettings

This commit is contained in:
JohnCorby 2022-01-27 17:27:17 -08:00
parent 6e3e3e9d64
commit e5c949ac09

View File

@ -8,7 +8,7 @@ namespace QSB.Utility
public bool UseKcpTransport { get; set; }
[JsonProperty("overrideAppId")]
public int OverrideAppId { get; set; }
public int OverrideAppId { get; set; } = -1;
[JsonProperty("debugMode")]
public bool DebugMode { get; set; }