mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Removed some settings from administrative section sync
This commit is contained in:
parent
32bc39cddf
commit
625bc2bf0b
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue