Skip to content

Commit

Permalink
Add default config to serverList was forgotten here.
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbarmaster committed Nov 4, 2021
1 parent c9b0525 commit fa46f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BedrockService/Service/Management/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ await Task.Run(() =>
serverInfo = new ServerInfo(null, _serviceConfiguration.GetProp("ServersPath").ToString());
serverInfo.InitializeDefaults();
SaveServerProps(serverInfo, true);
_serviceConfiguration.AddNewServerInfo(serverInfo);
}
});
}
Expand Down

0 comments on commit fa46f6d

Please sign in to comment.