Merge pull request #1986 from moisterrific/patch-12
Change DebugLogs to true by default
This commit is contained in:
commit
056f5b1c6a
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