This commit is contained in:
2025-12-08 23:52:36 +01:00
parent 2d0860d66c
commit 35f988f885
46 changed files with 4624 additions and 1041 deletions

View File

@@ -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,