Skip to content

Commit

Permalink
enable gameevents
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamagoham authored May 8, 2024
1 parent ce90dc9 commit 75a761b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createprotos.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func createRefInfo(ourteam int) *pb_gen.Referee_Info {
next_command = (*pb_gen.Referee_Info_Command)(ref_command.NextCommand)
bpX = ref_command.GetDesignatedPosition().GetX()
bpY = ref_command.GetDesignatedPosition().GetY()
// gameevent = ref_command.GetGameEvents()
gameevent = ref_command.GetGameEvents()
if ourteam == 0 {
yellowcards = ref_command.Blue.GetYellowCards()
redcards = ref_command.Blue.GetRedCards()
Expand Down

0 comments on commit 75a761b

Please sign in to comment.