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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue