Skip to content

Commit

Permalink
Update packDL.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige committed Aug 30, 2024
1 parent aac08a7 commit 8a05021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-files/dl/packDL.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fetch("https://iatj-modpack.github.io/meta.json", {
if (document.location.pathname == "/dl/0.0.0") {
document.location = "https://iatj-modpack.github.io/versions/0.0.0/iatj_modpack_file_0.0.0.mrpack"
}
else if (document.location.pathname == "/dl/latest") {
if (document.location.pathname == "/dl/latest") {
console.log(vList.versions[vListSize])
document.location = vList.versions[vListSize].mpfile;
}
Expand Down

0 comments on commit 8a05021

Please sign in to comment.