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 3e7a017 commit 4419607Copy full SHA for 4419607
internal/app/controller/gameEvent.go
@@ -168,6 +168,7 @@ func (e GameEvent) IncrementsBallPlacementFailureCounter() bool {
168
func (e GameEvent) IsSecondary() bool {
169
switch e.Type {
170
case GameEventBotTooFastInStop,
171
+ GameEventBotCrashDrawn,
172
GameEventUnsportiveBehaviorMinor,
173
GameEventUnsportiveBehaviorMajor,
174
GameEventMultipleFouls,
0 commit comments