mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Update NetscriptFunctions.js
This commit is contained in:
@@ -3588,7 +3588,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];
|
||||
|
||||
Reference in New Issue
Block a user