mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Fixed Random Srcub Fire
This commit is contained in:
@@ -1910,7 +1910,7 @@ const startTickLoop = (): void => {
|
||||
console.log("[RL-Syllable] Tick loop started");
|
||||
|
||||
let lastLogTime = 0;
|
||||
let lastTickMs = 0;
|
||||
let lastTickMs = -1;
|
||||
|
||||
tickLoopUnload = safeInterval(unloads, () => {
|
||||
if (!isActive || lines.length === 0) return;
|
||||
|
||||
Reference in New Issue
Block a user