mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
forgot my semicolons
This commit is contained in:
parent
a2b5ca10ac
commit
55650ab7a5
@ -1578,7 +1578,7 @@ function NetscriptFunctions(workerScript) {
|
|||||||
}
|
}
|
||||||
updateDynamicRam("getPurchasedServerLimit", CONSTANTS.ScriptGetPurchasedServerLimit);
|
updateDynamicRam("getPurchasedServerLimit", CONSTANTS.ScriptGetPurchasedServerLimit);
|
||||||
|
|
||||||
return CONSTANTS.PurchasedServerLimit
|
return CONSTANTS.PurchasedServerLimit;
|
||||||
},
|
},
|
||||||
getPurchasedServerMaxRam: function() {
|
getPurchasedServerMaxRam: function() {
|
||||||
if (workerScript.checkingRam) {
|
if (workerScript.checkingRam) {
|
||||||
@ -1586,7 +1586,7 @@ function NetscriptFunctions(workerScript) {
|
|||||||
}
|
}
|
||||||
updateDynamicRam("getPurchasedServerMaxRam", CONSTANTS.ScriptGetPurchasedServerMaxRam);
|
updateDynamicRam("getPurchasedServerMaxRam", CONSTANTS.ScriptGetPurchasedServerMaxRam);
|
||||||
|
|
||||||
return CONSTANTS.PurchasedServerMaxRam
|
return CONSTANTS.PurchasedServerMaxRam;
|
||||||
},
|
},
|
||||||
purchaseServer : function(hostname, ram) {
|
purchaseServer : function(hostname, ram) {
|
||||||
if (workerScript.checkingRam) {
|
if (workerScript.checkingRam) {
|
||||||
|
Loading…
Reference in New Issue
Block a user