Fixed Random Srcub Fire

This commit is contained in:
2026-02-20 23:05:51 +11:00
parent 256dd3d724
commit af4cd80c7c
+1 -1
View File
@@ -1910,7 +1910,7 @@ const startTickLoop = (): void => {
console.log("[RL-Syllable] Tick loop started"); console.log("[RL-Syllable] Tick loop started");
let lastLogTime = 0; let lastLogTime = 0;
let lastTickMs = 0; let lastTickMs = -1;
tickLoopUnload = safeInterval(unloads, () => { tickLoopUnload = safeInterval(unloads, () => {
if (!isActive || lines.length === 0) return; if (!isActive || lines.length === 0) return;