Skip to content

Commit

Permalink
Timer back to production
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-flynn committed Oct 5, 2023
1 parent c2e4acc commit 09956d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/models/src/MatchTimer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ export const FGC_MATCH_CONFIG: MatchConfiguration = {
transitionTime: 0,
delayTime: 0,
autoTime: 0,
// teleTime: 150,
teleTime: 30,
// endTime: 30
endTime: 15
teleTime: 150,
endTime: 30
};

export const FRC_MATCH_CONFIG: MatchConfiguration = {
Expand Down

0 comments on commit 09956d2

Please sign in to comment.