Skip to content

Commit

Permalink
Fix detection of invalid goal due to fouls
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Apr 21, 2022
1 parent 3af538f commit c1c499f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/statemachine/change_gameevent.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ func (s *StateMachine) isGoalValid(newState *state.State, gameEvent *state.GameE
message += ","
}
}
return
}

valid = true
Expand Down

0 comments on commit c1c499f

Please sign in to comment.