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; +};