Skip to content

Commit 7445894

Browse files
committed
Fix documentation of MultipleCards game event
1 parent 5e26058 commit 7445894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/ssl_gc_game_event.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ message GameEvent {
366366
// the location of the bot [m]
367367
optional Vector2 location = 3;
368368
}
369-
// a team collected multiple cards (yellow and red), which results in a penalty kick
369+
// a team collected multiple yellow cards
370370
message MultipleCards {
371371
// the team that received multiple yellow cards
372372
required Team by_team = 1;

0 commit comments

Comments
 (0)