wip
This commit is contained in:
@@ -114,7 +114,7 @@ export class GetLeagueScoringConfigQuery {
|
||||
|
||||
for (const [sessionType, table] of Object.entries(tables)) {
|
||||
for (let pos = 1; pos <= maxPositions; pos++) {
|
||||
const points = table.getPoints(pos);
|
||||
const points = table.getPointsForPosition(pos);
|
||||
if (points && points !== 0) {
|
||||
preview.push({
|
||||
sessionType,
|
||||
|
||||
Reference in New Issue
Block a user