mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
All v0.26.0 changes
This commit is contained in:
@@ -25,6 +25,19 @@ WorkerScript.prototype.getServer = function() {
|
||||
//Array containing all scripts that are running across all servers, to easily run them all
|
||||
var workerScripts = [];
|
||||
|
||||
var NetscriptPorts = {
|
||||
Port1: [],
|
||||
Port2: [],
|
||||
Port3: [],
|
||||
Port4: [],
|
||||
Port5: [],
|
||||
Port6: [],
|
||||
Port7: [],
|
||||
Port8: [],
|
||||
Port9: [],
|
||||
Port10: [],
|
||||
}
|
||||
|
||||
//Loop through workerScripts and run every script that is not currently running
|
||||
function runScriptsLoop() {
|
||||
//Run any scripts that haven't been started
|
||||
|
||||
Reference in New Issue
Block a user