mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
Added arrays to Netscript. Fixed bug with Hacknet Nodes
This commit is contained in:
@@ -28,7 +28,6 @@ Environment.prototype = {
|
||||
if (name in this.vars) {
|
||||
return this.vars[name];
|
||||
}
|
||||
console.log("here");
|
||||
throw new Error("Undefined variable " + name);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user