diff --git a/project/plugins.js b/project/plugins.js index 3dfd19b..28736a8 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -277,9 +277,10 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = core.ele = [] core.ele.push(a)*/ - if (!main.replayChecking && !core.isReplaying()) + core.startUpdate() - Promise.all([document.fonts.load("24px STHUPO"), document.fonts.load("16px cjk")]).then(core.startUpdate) + if (main.replayChecking){ + Promise.all([document.fonts.load("24px STHUPO"), document.fonts.load("16px cjk")]).then(core.startUpdate)} }; class JsonCrypto { static async generateKeyFromPassword(password, salt) {