mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
Update NetscriptFunctions.js
This commit is contained in:
parent
f8cccd56ac
commit
984a2aa5d4
@ -3584,7 +3584,7 @@ function NetscriptFunctions(workerScript) {
|
||||
|
||||
if (!augmentationExists(name)) {
|
||||
workerScript.scriptRef.log("ERROR: getAugmentationPrereq() failed. Invalid Augmentation name passed in (note: this is case-sensitive): " + name);
|
||||
return [-1, -1];
|
||||
return [];
|
||||
}
|
||||
|
||||
var aug = Augmentations[name];
|
||||
|
Loading…
Reference in New Issue
Block a user