Fixed bugs with new HelperFunctions

This commit is contained in:
danielyxie
2018-07-10 00:11:18 -05:00
parent 79a489d7a9
commit dcd6292ed2
9 changed files with 112847 additions and 101398 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function WorkerScript(runningScriptObj) {
this.disableLogs = {}; //Stores names of fns that should have logs disabled
//Properties used for dynamic RAM evaluation
this.dynamicRamUsage = 1.4;
this.dynamicRamUsage = CONSTANTS.ScriptBaseRamCost;
this.dynamicLoadedFns = {};
}