From 984a2aa5d46154fc16f6604daf71ccc12f3be4d2 Mon Sep 17 00:00:00 2001 From: havocmayhem <44165205+havocmayhem@users.noreply.github.com> Date: Sun, 30 Dec 2018 21:07:24 +0530 Subject: [PATCH] Update NetscriptFunctions.js --- src/NetscriptFunctions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetscriptFunctions.js b/src/NetscriptFunctions.js index eb058574a..015eebb12 100644 --- a/src/NetscriptFunctions.js +++ b/src/NetscriptFunctions.js @@ -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];