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
commit e974afd92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {