mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
use default thingy for DebugSettings
This commit is contained in:
parent
6e3e3e9d64
commit
e5c949ac09
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user