Skip to content

Commit

Permalink
Reset official review retained after intermission
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitton committed Apr 8, 2016
1 parent 752cb19 commit 3b0e2c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ else if (Boolean.parseBoolean(getParameter(JAM_RESET_NUMBER).getValue()))
TeamModel team2 = getScoreBoardModel().getTeamModel("2");
team1.setOfficialReviews(1);
team2.setOfficialReviews(1);
team1.setRetainedOfficialReview(false);
team2.setRetainedOfficialReview(false);
}
}
}
Expand Down

0 comments on commit 3b0e2c7

Please sign in to comment.