diff --git a/index.html b/index.html
index c1cd26c..3d05e7f 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,6 @@
             startImageLogo.onload = function () {
                 startImageBackgroundDiv.style.display = 'block';
                 var onAnimationEnd = function () {
-                    console.log(1);
                     if (window.core && core.plugin && core.plugin.startAnimationEnded) {
                         core.plugin.startAnimationEnded.value = true;
                         startImageBackgroundDiv.style.display = 'none';
diff --git a/public/libs/core.js b/public/libs/core.js
index d025a18..798d98c 100644
--- a/public/libs/core.js
+++ b/public/libs/core.js
@@ -614,6 +614,7 @@ core.prototype._init_plugins = function () {
     }
 
     core._forwardFunc('plugin');
+    if (!main.replayChecking) main.forward();
 };
 
 core.prototype._forwardFuncs = function () {