Add config option to disable autosave messages

This commit is contained in:
Lucas Nicodemus 2015-07-05 18:36:05 -06:00
parent b8dcbf1f4a
commit 3db238c2fc
3 changed files with 8 additions and 1 deletions

View file

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