From 5b31f9ee002e2567004b90ee86aa25d6b5c3785a Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:52:15 -0500 Subject: [PATCH] local-online differences --- mods/a_mod_by_alice.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/a_mod_by_alice.js b/mods/a_mod_by_alice.js index 98966752..c583daed 100644 --- a/mods/a_mod_by_alice.js +++ b/mods/a_mod_by_alice.js @@ -2336,7 +2336,7 @@ td.inputCell { newInputCell.appendChild(newNumberField) inputRow.appendChild(newInputCell); }; - document.getElementById("colorSelector").after(propertySetter); + //document.getElementById("colorSelector").after(propertySetter); ambaPlaceProperties = { blackHoleRange: 15, @@ -45290,4 +45290,4 @@ These mods have been inserted automatically. Please reload for this to take effe !!! This has nothing to do with the needed mods themselves, and it is something I cannot fix. !!! If the game fails to load, try refreshing (repeating as needed). If this message itself persists, something is wrong.`) -} \ No newline at end of file +}