Skip to content

Commit

Permalink
Merge pull request #38 from Stoppedwumm-Studios/Stoppedwumm-patch-1
Browse files Browse the repository at this point in the history
Remove arch
  • Loading branch information
Stoppedwumm authored Dec 2, 2024
2 parents 7771cbe + f524106 commit dd5cae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
enableArch: true,
enableArch: false,
}

if (!config.enableArch) {
Expand All @@ -19,4 +19,4 @@ document.getElementById("archB").onclick = () => {
} else {
alert("Arch is disabled")
}
}
}

0 comments on commit dd5cae0

Please sign in to comment.