Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Apr 6, 2024
1 parent c75eac4 commit cb49156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function resolvePlayerFromHiscores(csvData: string, accountType: keyof ty
accumulativeIndex += CLUES.length;

for (let i = 0; i < 5; i++) {
const minigameKey = MINIGAMES[i + 4];
const minigameKey = MINIGAMES[i + 5];
const minigameData = {
rank: Number(data[i + accumulativeIndex][0]),
score: Number(data[i + accumulativeIndex][1]),
Expand Down

0 comments on commit cb49156

Please sign in to comment.