We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb3405 commit 3847e6eCopy full SHA for 3847e6e
internal/app/publish/messagegenerator.go
@@ -91,6 +91,7 @@ func (g *MessageGenerator) updateCommand() {
91
func (g *MessageGenerator) StateToRefereeMessage(matchState *state.State) (r *state.Referee) {
92
r = newRefereeMessage()
93
r.DesignatedPosition = mapLocation(matchState.PlacementPos)
94
+ r.GameEvents = matchState.GameEvents
95
r.ProposedGameEvents = mapProposedGameEvents(matchState.ProposedGameEvents)
96
97
r.Command = mapCommand(matchState.Command)
0 commit comments