diff --git a/src/NetscriptFunctions.js b/src/NetscriptFunctions.js index be4a23e43..ea77d66a0 100644 --- a/src/NetscriptFunctions.js +++ b/src/NetscriptFunctions.js @@ -1578,7 +1578,7 @@ function NetscriptFunctions(workerScript) { } updateDynamicRam("getPurchasedServerLimit", CONSTANTS.ScriptGetPurchasedServerLimit); - return CONSTANTS.PurchasedServerLimit + return CONSTANTS.PurchasedServerLimit; }, getPurchasedServerMaxRam: function() { if (workerScript.checkingRam) { @@ -1586,7 +1586,7 @@ function NetscriptFunctions(workerScript) { } updateDynamicRam("getPurchasedServerMaxRam", CONSTANTS.ScriptGetPurchasedServerMaxRam); - return CONSTANTS.PurchasedServerMaxRam + return CONSTANTS.PurchasedServerMaxRam; }, purchaseServer : function(hostname, ram) { if (workerScript.checkingRam) {