Skip to content

Commit

Permalink
Don't set period number to 2 after Time to Derby (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-weinberg authored and brian-brazil committed Jul 27, 2018
1 parent e1549d0 commit 150e05a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ public void scoreBoardChange(ScoreBoardEvent event) {
//If less than one minute of intermission is left and there is another period,
// start the next period. Otherwise extend the previous period.
requestBatchStart();
pc.changeNumber(1);
pc.setNumber(ic.getNumber()+1);
pc.resetTime();
if (settings.getBoolean("ScoreBoard." + Clock.ID_JAM + ".ResetNumberEachPeriod")) {
jc.setNumber(jc.getMinimumNumber());
Expand Down

0 comments on commit 150e05a

Please sign in to comment.