diff --git a/config.js b/config.js index 1074636..d96095c 100644 --- a/config.js +++ b/config.js @@ -2,6 +2,10 @@ const config = { enableArch: false, } +if (!config.enableArch) { + document.getElementById("archB").remove() +} + console.log("Executed") document.getElementById("archB").onclick = () => { console.log("Arch") diff --git a/index.html b/index.html index bb8592d..ae15ca9 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@
This version runs an cached version of the game
Update your launcher regulary to get the latest version
Developed by a high school student because original Minecraft isn't free