fix bug causing point click to reset jam timer
This commit is contained in:
parent
35e43432da
commit
1bfbd23145
|
@ -289,11 +289,11 @@ function handle(event) {
|
|||
case "name-b":
|
||||
case "logo-b":
|
||||
score(team, -1);
|
||||
break;
|
||||
return;
|
||||
case "score-a":
|
||||
case "score-b":
|
||||
score(team, 1);
|
||||
break;
|
||||
return;
|
||||
}
|
||||
transition();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue