Merge pull request #1445 from danielyxie/dev

patch time compression
This commit is contained in:
hydroflame
2021-10-08 15:31:44 -04:00
committed by GitHub
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

View File

@ -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 {