From 36dafc72046b2e0053f8806ddf6065ee66e45a0d Mon Sep 17 00:00:00 2001 From: CodedSakura Date: Mon, 13 Jul 2026 18:51:07 +0300 Subject: [PATCH] fix default configuration to default --- scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.js b/scripts/main.js index f9e7096..c0040b5 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -83,7 +83,7 @@ window.addEventListener("load", () => { emitEvent("setup-end"); - void loadConfiguration("addons"); + void loadConfiguration("default"); // awaitEvent("config:end").then(() => loadExampleFile("tiny reactor")); // awaitEvent("config:end").then(() => loadExampleFile("multi-reactor"));