mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
remove mod id list from server sync
This commit is contained in:
parent
a7f3fa5e45
commit
a289a8ed03
2 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue