diff --git a/config.js b/config.js index bfc8b69..d96095c 100644 --- a/config.js +++ b/config.js @@ -7,11 +7,6 @@ if (!config.enableArch) { } console.log("Executed") - /** - * Arch button click handler. - * If config.enableArch is true, opens the arch Eaglercraft client. - * If config.enableArch is false, shows an alert dialog saying "Arch is disabled". - */ document.getElementById("archB").onclick = () => { console.log("Arch") if (config.enableArch) {