Skip to content

Commit

Permalink
moron 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent 80f6d62 commit baac642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkwpp-parser/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function handleTime(data, track, nosc, flap) {
total += parseInt(token.split("'")[1]);
}
} else {
time = parseInt(str)
time = parseInt(token)
}
time = total;
}
Expand Down

0 comments on commit baac642

Please sign in to comment.