mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
commit
e974afd92c
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user