change SwarmSettingAfterPlacing to true by default
This commit is contained in:
@@ -91,7 +91,7 @@ public class Config
|
||||
|
||||
[ProtoMember(57)]
|
||||
[ConfigCommand(serverSide: true)]
|
||||
public bool SwarmSettingAfterPlacing { get; set; } = false;
|
||||
public bool SwarmSettingAfterPlacing { get; set; } = true;
|
||||
|
||||
[ProtoMember(5)]
|
||||
[ConfigCommand(serverSide: true, Min = 0, Max = 1000)]
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
"code": "SwarmSettingAfterPlacing",
|
||||
"comment": "config-desc-SwarmSettingAfterPlacing",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"code": "PreSwarmDurationHours",
|
||||
|
||||
Reference in New Issue
Block a user