diff --git a/src/ARKServerManager/Lib/ServerProfile.cs b/src/ARKServerManager/Lib/ServerProfile.cs index 1c393910..af7aad08 100644 --- a/src/ARKServerManager/Lib/ServerProfile.cs +++ b/src/ARKServerManager/Lib/ServerProfile.cs @@ -5330,6 +5330,7 @@ namespace ServerManagerTool.Lib this.ClearValue(AdditionalArgsProperty); this.ClearValue(LauncherArgsOverrideProperty); + this.ClearValue(LauncherArgsPrefixProperty); this.ClearValue(LauncherArgsProperty); } @@ -5881,10 +5882,6 @@ namespace ServerManagerTool.Lib this.SetValue(AutoSavePeriodMinutesProperty, sourceProfile.AutoSavePeriodMinutes); - //this.SetValue(MOTDProperty, sourceProfile.MOTD); - //this.SetValue(MOTDDurationProperty, sourceProfile.MOTDDuration); - //this.SetNullableValue(MOTDIntervalProperty, sourceProfile.MOTDInterval); - this.SetValue(EnableExtinctionEventProperty, sourceProfile.EnableExtinctionEvent); this.SetValue(ExtinctionEventTimeIntervalProperty, sourceProfile.ExtinctionEventTimeInterval); this.SetValue(ExtinctionEventUTCProperty, sourceProfile.ExtinctionEventUTC); @@ -5939,8 +5936,9 @@ namespace ServerManagerTool.Lib this.SetValue(WebAlarmKeyProperty, sourceProfile.WebAlarmKey); this.SetValue(WebAlarmUrlProperty, sourceProfile.WebAlarmUrl); - this.SetValue(LauncherArgsOverrideProperty, sourceProfile.LauncherArgsOverride); this.SetValue(LauncherArgsProperty, sourceProfile.LauncherArgs); + this.SetValue(LauncherArgsOverrideProperty, sourceProfile.LauncherArgsOverride); + this.SetValue(LauncherArgsPrefixProperty, sourceProfile.LauncherArgsPrefix); this.SetValue(AdditionalArgsProperty, sourceProfile.AdditionalArgs); } diff --git a/src/ARKServerManager/Styles/Default.xaml b/src/ARKServerManager/Styles/Default.xaml index c1b8bfe1..27b5b82e 100644 --- a/src/ARKServerManager/Styles/Default.xaml +++ b/src/ARKServerManager/Styles/Default.xaml @@ -35,6 +35,7 @@ + diff --git a/src/ARKServerManager/UserControls/ServerSettingsControl.xaml b/src/ARKServerManager/UserControls/ServerSettingsControl.xaml index 9a3055e6..2fc98516 100644 --- a/src/ARKServerManager/UserControls/ServerSettingsControl.xaml +++ b/src/ARKServerManager/UserControls/ServerSettingsControl.xaml @@ -596,7 +596,7 @@ -