From 625bc2bf0bc15dc54560b34987555620ac94fa77 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 16 Dec 2022 20:29:06 +1000 Subject: [PATCH] Removed some settings from administrative section sync --- src/ARKServerManager/Lib/ServerProfile.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)