Change DebugLogs to true by default
Given that this is a pre-release and it no longer makes the CLI unreadable I think it should be on by default to make troubleshooting easier.
This commit is contained in:
parent
5c0efce3b2
commit
91c3557610
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ namespace TShockAPI
|
|||
public bool ShowBackupAutosaveMessages = true;
|
||||
|
||||
[Description("Whether or not the server should output debug level messages related to system operation.")]
|
||||
public bool DebugLogs = false;
|
||||
public bool DebugLogs = true;
|
||||
|
||||
[Description("Determines the range in tiles that a bomb can affect tiles from detonation point.")]
|
||||
public int BombExplosionRadius = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue