patch time compression

This commit is contained in:
Olivier Gagnon 2021-10-08 15:31:32 -04:00
parent 8e4722c5e7
commit a2599f19d7
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -24,9 +24,9 @@ function timeCompression(): void {
return; return;
} }
last = now; last = now;
setTimeout(minute, 1000); window.setTimeout(minute, 1000);
} }
setTimeout(minute, 1000); window.setTimeout(minute, 1000);
} }
export function startExploits(): void { export function startExploits(): void {