From bde901a2db880aef366e58787db28fe826a58620 Mon Sep 17 00:00:00 2001 From: stoppedwumm Date: Mon, 7 Oct 2024 15:10:01 +0200 Subject: [PATCH] Make config better --- config.js | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@

Start latest Version

This version runs an cached version of the game

Update your launcher regulary to get the latest version


- +

About Eaglercraft

Developed by a high school student because original Minecraft isn't free