mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
make playerIdInLogs not require debugMode=true
This commit is contained in:
parent
b7af00d162
commit
3674d19de1
@ -13,6 +13,9 @@ namespace QSB.Utility
|
||||
[JsonProperty("dumpWorldObjects")]
|
||||
public bool DumpWorldObjects;
|
||||
|
||||
[JsonProperty("playerIdInLogs")]
|
||||
public bool PlayerIdInLogs;
|
||||
|
||||
[JsonProperty("debugMode")]
|
||||
public bool DebugMode;
|
||||
|
||||
@ -43,9 +46,5 @@ namespace QSB.Utility
|
||||
[JsonProperty("greySkybox")]
|
||||
private bool _greySkybox;
|
||||
public bool GreySkybox => DebugMode && _greySkybox;
|
||||
|
||||
[JsonProperty("playerIdInLogs")]
|
||||
private bool _playerIdInLogs;
|
||||
public bool PlayerIdInLogs => DebugMode && _playerIdInLogs;
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
"useKcpTransport": false,
|
||||
"overrideAppId": -1,
|
||||
"dumpWorldObjects": false,
|
||||
"playerIdInLogs": true
|
||||
"debugMode": false,
|
||||
"drawGui": false,
|
||||
"drawLines": false,
|
||||
@ -10,5 +11,4 @@
|
||||
"avoidTimeSync": false,
|
||||
"skipTitleScreen": false,
|
||||
"greySkybox": false,
|
||||
"playerIdInLogs": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user