File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ func DefaultConfig() (c Config) {
99
99
c .Network .PublishAddress = "224.5.23.1:10003"
100
100
c .Network .VisionAddress = "224.5.23.2:10006"
101
101
c .Game .YellowCardDuration = 2 * time .Minute
102
+ c .Game .TeamChoiceTimeout = 200 * time .Millisecond
102
103
c .Game .MultipleCardStep = 3
103
104
c .Game .MultipleFoulStep = 3
104
105
c .Game .MultiplePlacementFailures = 5
@@ -120,7 +121,7 @@ func DefaultConfig() (c Config) {
120
121
c .Server .AutoRef .Address = ":10007"
121
122
c .Server .AutoRef .TrustedKeysDir = "config/trusted_keys/auto_ref"
122
123
c .Server .Team .Address = ":10008"
123
- c .Server .AutoRef .TrustedKeysDir = "config/trusted_keys/team"
124
+ c .Server .Team .TrustedKeysDir = "config/trusted_keys/team"
124
125
125
126
c .Game .DefaultGeometry = map [Division ]* ConfigGeometry {}
126
127
c .Game .DefaultGeometry [DivA ] = new (ConfigGeometry )
You can’t perform that action at this time.
0 commit comments