removed setting from command line.

This commit is contained in:
Brett Hewitson 2021-11-23 18:00:26 +10:00
parent be243d79c7
commit 99da818e3a
3 changed files with 0 additions and 12 deletions

View file

@ -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);

View file

@ -27,11 +27,6 @@
<li>Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
<li>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.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Added setting 'TheMaxStructuresInRange' to command line.</li>
</ul>
</p>
</div>
</content>

View file

@ -27,11 +27,6 @@
<li>Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
<li>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.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Added setting 'TheMaxStructuresInRange' to command line.</li>
</ul>
</p>
</div>
</content>