Skip to content

Commit

Permalink
fix point scheme regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafab committed Nov 22, 2017
1 parent b064230 commit 4cb0df1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/src/managers/model-managers/tournament.js
Expand Up @@ -231,4 +231,21 @@ export default {
})
}

}

function defaultPointScheme() {
return [
{
value: 10,
type: 'Base'
},
{
value: 15,
type: 'Power'
},
{
value: -5,
type: 'Neg'
}
]
}

0 comments on commit 4cb0df1

Please sign in to comment.