diff --git a/src/ARKServerManager/Lib/ServerProfile.cs b/src/ARKServerManager/Lib/ServerProfile.cs index 7c90d4d6..dfac1b1a 100644 --- a/src/ARKServerManager/Lib/ServerProfile.cs +++ b/src/ARKServerManager/Lib/ServerProfile.cs @@ -3648,8 +3648,6 @@ namespace ServerManagerTool.Lib serverArgs.Append("?ClampItemStats=true"); } - serverArgs.Append($"?TheMaxStructuresInRange={this.MaxStructuresInRange}"); - if (Config.Default.SectionSOTFEnabled && this.SOTF_Enabled) { serverArgs.Append("?EvoEventInterval=").Append(this.SOTF_EvoEventInterval); diff --git a/src/ARKServerManager/VersionFeed.xml b/src/ARKServerManager/VersionFeed.xml index 13f767a3..c61e5869 100644 --- a/src/ARKServerManager/VersionFeed.xml +++ b/src/ARKServerManager/VersionFeed.xml @@ -27,11 +27,6 @@
  • Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
  • Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
  • - CHANGE -
    -

    diff --git a/src/ARKServerManager/VersionFeedBeta.xml b/src/ARKServerManager/VersionFeedBeta.xml index 78b9652c..6c0b333c 100644 --- a/src/ARKServerManager/VersionFeedBeta.xml +++ b/src/ARKServerManager/VersionFeedBeta.xml @@ -27,11 +27,6 @@
  • Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
  • Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
  • - CHANGE -
    -