Skip to content

Commit

Permalink
Revert "Enforce 0 average for big blinds"
Browse files Browse the repository at this point in the history
This reverts commit 8918054.
  • Loading branch information
viroulep committed Jul 7, 2020
1 parent 99ab123 commit f7da683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/import-export-wcif.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const internalWcifToResultsJson = (wcif, version) => {
position: res.ranking,
results: res.attempts.map(a => a.result),
best: res.best,
average: ['444bf', '555bf'].includes(e.id) ? 0 : res.average,
average: res.average,
})),
groups: scramblesToResultsGroups(
internalScramblesToWcifScrambles(e.id, r.scrambleSets)
Expand Down

0 comments on commit f7da683

Please sign in to comment.