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:
moisterrific 2020-06-03 22:54:51 -04:00 committed by GitHub
parent 5c0efce3b2
commit 91c3557610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;