mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 15:17:48 +02:00
Fixed bugs in purchasing/upgrading hacknet nodes in Netscript. Fixed documentation for them as well
This commit is contained in:
@@ -219,7 +219,6 @@ function Parser(input) {
|
||||
|
||||
var tok = input.next();
|
||||
if (tok.type == "var" || tok.type == "num" || tok.type == "str")
|
||||
console.log("encountered var in parse_atom");
|
||||
return tok;
|
||||
unexpected();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user