mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
removed setting from command line.
This commit is contained in:
parent
be243d79c7
commit
99da818e3a
3 changed files with 0 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue