set RCON_BackupMessageCommand to RCON_MessageCommand is empty

This commit is contained in:
Brett Hewitson 2022-05-06 16:56:31 +10:00
parent 7b3ae3263c
commit 3d760b20d6
8 changed files with 16 additions and 6 deletions

View file

@ -3162,7 +3162,7 @@ namespace ServerManagerTool {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Broadcast")]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string RCON_BackupMessageCommand {
get {
return ((string)(this["RCON_BackupMessageCommand"]));