Skip to content

Commit e6bbeed

Browse files
committed
Add TOO_MANY_ROBOTS to engine.yaml
1 parent 3c77b82 commit e6bbeed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/engine.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"NO_PROGRESS_IN_GAME": "BEHAVIOR_ACCEPT_MAJORITY",
2525
"PENALTY_KICK_FAILED": "BEHAVIOR_ACCEPT_MAJORITY",
2626
"PLACEMENT_SUCCEEDED": "BEHAVIOR_ACCEPT_MAJORITY",
27-
"POSSIBLE_GOAL": "BEHAVIOR_ACCEPT_MAJORITY"
27+
"POSSIBLE_GOAL": "BEHAVIOR_ACCEPT_MAJORITY",
28+
"TOO_MANY_ROBOTS": "BEHAVIOR_ACCEPT_MAJORITY"
2829
},
2930
"autoRefConfigs": {
3031
},
@@ -69,4 +70,4 @@
6970
"Warthog Robotics",
7071
"ZJUNlict"
7172
]
72-
}
73+
}

0 commit comments

Comments
 (0)