Private
Public Access
1
0

change SwarmSettingAfterPlacing to true by default

This commit is contained in:
2026-05-25 09:58:25 +02:00
parent 3f928fa4bc
commit 44e0ea15ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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)]

View File

@@ -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",