Add config option to disable autosave messages
This commit is contained in:
parent
b8dcbf1f4a
commit
3db238c2fc
3 changed files with 8 additions and 1 deletions
|
|
@ -436,6 +436,8 @@ namespace TShockAPI
|
|||
[Description("Enable the DCU. Very dangerous; can destroy world without consequence.")] public bool
|
||||
VeryDangerousDoNotChangeEnableDrillContainmentUnit = false;
|
||||
|
||||
[Description("Show backup autosave messages.")] public bool ShowBackupAutosaveMessages = true;
|
||||
|
||||
/// <summary>
|
||||
/// Reads a configuration file from a given path
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue