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