Skip to content

Commit

Permalink
Merge pull request #30 from Rione:fix/send-matchmode
Browse files Browse the repository at this point in the history
⚠️ send is_matchmode
  • Loading branch information
Tamagoham authored Jul 1, 2024
2 parents de41d73 + 4abeefe commit 276f8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions createprotos.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func createOtherInfo(goalpos_n int32, ourteam int, match_mode bool, grsim_send_p
IsReal: &isReal,
IsTeamYellow: &isYellow,
IsHalfCourt: &isHalfcourt,
IsMatchmode: &match_mode,
GrsimCommandListenPort: &grSimSendPort,
}
return pe
Expand Down

0 comments on commit 276f8b0

Please sign in to comment.