forgot my semicolons

This commit is contained in:
Olivier Gagnon 2018-07-19 22:23:43 -04:00
parent a2b5ca10ac
commit 55650ab7a5

@ -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) {