Skip to content

Commit

Permalink
⚠️ fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamagoham committed Apr 27, 2024
1 parent 9686941 commit 2bd7821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,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 2bd7821

Please sign in to comment.