From 8e012314f09f9a4e4fcd25d095b5d06e166b306b Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Tue, 14 Jun 2022 11:12:29 -0400 Subject: [PATCH] upd8 regenerates array on use --- mods/place_all_elements.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/place_all_elements.js b/mods/place_all_elements.js index 8ae2ce4c..55a8ea65 100644 --- a/mods/place_all_elements.js +++ b/mods/place_all_elements.js @@ -1,6 +1,7 @@ zzzz204689123_array = Object.keys(elements); function placeAll(limit=zzzz204689123_array.length) { + zzzz204689123_array = Object.keys(elements); paused = true; counterLol = 0; loop1: @@ -19,4 +20,4 @@ zzzz204689123_array = Object.keys(elements); }; }; paused = true; - }; \ No newline at end of file + };