From c045baf3db0a896ad2d24bb8d447d316d8a12afd Mon Sep 17 00:00:00 2001 From: everybodysimulator Date: Sat, 24 Jan 2026 09:35:58 -0500 Subject: [PATCH] Update allthemods.js sorry about that, i tested locally with correct functionality but in a github gist linked to the website, i noticed some errors. --- mods/allthemods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/allthemods.js b/mods/allthemods.js index 783aae4c..e75355bc 100644 --- a/mods/allthemods.js +++ b/mods/allthemods.js @@ -11,7 +11,7 @@ if(!all_mods_included) { var mods_needed = mods_to_include.filter(function(modPath) { return !(enabledMods.includes(modPath)) }); mods_needed.forEach(function(modPath) { - enabledMods.splice(enabledMods.indexOf("mods/electricitymods"),0,modPath); + enabledMods.splice(enabledMods.indexOf("mods/allthemods"),0,modPath); }); localStorage.setItem("enabledMods", JSON.stringify(enabledMods)); alert(`The following mods have been inserted: ${mods_needed.join(", ")}