mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
Implement Script Editor (mostly)
This commit is contained in:
@@ -19,7 +19,6 @@ function Server() {
|
||||
|
||||
this.scripts = [];
|
||||
this.runningScripts = []; //Scripts currently being run
|
||||
this.scriptEnvs = []; //The environment for all of the running scripts. Matched by index number
|
||||
this.programs = [];
|
||||
|
||||
/* Hacking information (only valid for "foreign" aka non-purchased servers) */
|
||||
|
||||
Reference in New Issue
Block a user