chrisrabe / bitburner-automation

Automation scripts I use for my Bitburner gameplay videos.
125 stars 40 forks source link

Update ap-hacknet-node.js #15

Closed Kadwen01 closed 2 years ago

Kadwen01 commented 2 years ago

After the v1.7.0 update script kept crashing due to infinite loop. needed to add a await ns.sleep(1000) to the while loop at line 190 to stop the crash.