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