diff --git a/src/ARKServerManager/Lib/ServerProfile.cs b/src/ARKServerManager/Lib/ServerProfile.cs index 6fd637a4..41d7157b 100644 --- a/src/ARKServerManager/Lib/ServerProfile.cs +++ b/src/ARKServerManager/Lib/ServerProfile.cs @@ -6032,10 +6032,10 @@ namespace ServerManagerTool.Lib this.SetValue(WebAlarmKeyProperty, sourceProfile.WebAlarmKey); this.SetValue(WebAlarmUrlProperty, sourceProfile.WebAlarmUrl); - this.SetValue(LauncherArgsProperty, sourceProfile.LauncherArgs); - this.SetValue(LauncherArgsOverrideProperty, sourceProfile.LauncherArgsOverride); - this.SetValue(LauncherArgsPrefixProperty, sourceProfile.LauncherArgsPrefix); - this.SetValue(AdditionalArgsProperty, sourceProfile.AdditionalArgs); + //this.SetValue(LauncherArgsProperty, sourceProfile.LauncherArgs); + //this.SetValue(LauncherArgsOverrideProperty, sourceProfile.LauncherArgsOverride); + //this.SetValue(LauncherArgsPrefixProperty, sourceProfile.LauncherArgsPrefix); + //this.SetValue(AdditionalArgsProperty, sourceProfile.AdditionalArgs); } private void SyncAutomaticManagement(ServerProfile sourceProfile)