mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 06:37:49 +02:00
Tried to integrate Promises + web workers into Netscript code. Doesn't work at all right now
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ function Server() {
|
||||
this.cpuSpeed = 1; //MHz
|
||||
|
||||
this.scripts = [];
|
||||
this.runningScripts = []; //Scripts currently being run
|
||||
this.runningScripts = []; //Names of scripts currently being run
|
||||
this.programs = [];
|
||||
|
||||
/* Hacking information (only valid for "foreign" aka non-purchased servers) */
|
||||
|
||||
Reference in New Issue
Block a user