mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-29 19:13:49 +01:00
rm console log
This commit is contained in:
parent
feb2a651f6
commit
fc888505ae
@ -19,7 +19,6 @@ function timeCompression(): void {
|
|||||||
let last = performance.now();
|
let last = performance.now();
|
||||||
function minute(): void {
|
function minute(): void {
|
||||||
const now = performance.now();
|
const now = performance.now();
|
||||||
console.log(now - last);
|
|
||||||
if (now - last < 500) {
|
if (now - last < 500) {
|
||||||
// time has been compressed.
|
// time has been compressed.
|
||||||
Player.giveExploit(Exploit.TimeCompression);
|
Player.giveExploit(Exploit.TimeCompression);
|
||||||
|
Loading…
Reference in New Issue
Block a user