Merge pull request #1986 from moisterrific/patch-12

Change DebugLogs to true by default
This commit is contained in:
Lucas Nicodemus 2020-06-04 17:30:49 -07:00 committed by GitHub
commit 056f5b1c6a
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;