Skip to content

Commit

Permalink
Fix stroke map (due to 100IM being added as an afterthought)
Browse files Browse the repository at this point in the history
  • Loading branch information
huwcbjones authored Oct 26, 2019
1 parent aadbbb7 commit 9ab1975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class Event
13 => Stroke::BACKSTROKE . "50",
14 => Stroke::BACKSTROKE . "100",
15 => Stroke::BACKSTROKE . "200",
16 => Stroke::INDIVIDUAL_MEDLEY . "100",
17 => Stroke::INDIVIDUAL_MEDLEY . "200",
18 => Stroke::INDIVIDUAL_MEDLEY . "400"
18 => Stroke::INDIVIDUAL_MEDLEY . "100",
16 => Stroke::INDIVIDUAL_MEDLEY . "200",
17 => Stroke::INDIVIDUAL_MEDLEY . "400"
];
static protected $_reverse_map = [];
protected $_stroke;
Expand Down

0 comments on commit 9ab1975

Please sign in to comment.