remove mod id list from server sync

This commit is contained in:
Dave 2023-06-22 14:58:53 +02:00
parent a7f3fa5e45
commit a289a8ed03
2 changed files with 4 additions and 4 deletions

View file

@ -6108,7 +6108,7 @@ namespace ServerManagerTool.Lib
private void SyncAdministrationSection(ServerProfile sourceProfile)
{
this.SetValue(ServerModIdsProperty, sourceProfile.ServerModIds);
//this.SetValue(ServerModIdsProperty, sourceProfile.ServerModIds);
this.SetValue(AutoSavePeriodMinutesProperty, sourceProfile.AutoSavePeriodMinutes);