From ae3f42b05e35bb36114876d7cd8a7368453bc7da Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Mon, 25 Dec 2023 08:21:03 -0500 Subject: [PATCH] sdfghkjhgtfde --- mods/code_library.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mods/code_library.js b/mods/code_library.js index cfbe9964..823d95ed 100644 --- a/mods/code_library.js +++ b/mods/code_library.js @@ -1749,4 +1749,9 @@ }*/ }; -const libraryLoaded = true +libraryLoaded = true; + +runAfterLoad(function() { + libraryLoaded = true; + const libraryLoaded = true; +};