From 75a761b0857b749a3a945a02f11bd0de56511cdc Mon Sep 17 00:00:00 2001 From: Yuzuru Naito Date: Wed, 8 May 2024 09:19:20 +0900 Subject: [PATCH] enable gameevents --- createprotos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createprotos.go b/createprotos.go index fe04ef0..ec2f8cc 100644 --- a/createprotos.go +++ b/createprotos.go @@ -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()