diff --git a/index.html b/index.html
index 083fc0c..e8cd79b 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,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/libs/core.js b/libs/core.js
index d025a18..798d98c 100644
--- a/libs/core.js
+++ b/libs/core.js
@@ -614,6 +614,7 @@ core.prototype._init_plugins = function () {
}
core._forwardFunc('plugin');
+ if (!main.replayChecking) main.forward();
};
core.prototype._forwardFuncs = function () {