Fixed some debugging left overs

This commit is contained in:
DanielNoord
2021-01-31 23:49:36 +01:00
committed by GitHub
parent 8724a2a334
commit 5f9b990854

View File

@@ -5667,6 +5667,6 @@ if (!CM.isRunning) {
clearInterval(delay); clearInterval(delay);
} }
}, 500); }, 500);
CM.isRunning = 2; CM.isRunning = 1;
} }