Skip to content

Commit

Permalink
major bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 12, 2024
1 parent 47cedc3 commit 40c285c
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 @@ -240,7 +240,7 @@ document.getElementById("readInput").addEventListener("click", async function()
trackData = trackData.filter(r=>r!=="");

let pushToUser = [];
if (lowercaseLine.includes("/") || lowercaseLine.includes("\\")) {
if (trackData.includes("/") || trackData.includes("\\")) {
let trackData1 = [];
let trackData2 = [];
let x = false;
Expand Down

0 comments on commit 40c285c

Please sign in to comment.