Merge branch 'dev' of https://github.com/danielyxie/bitburner into nsjs-memoryleak

This commit is contained in:
danielyxie
2018-05-13 01:07:12 -05:00
6 changed files with 133 additions and 142 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ function prestigeWorkerScripts() {
deleteActiveScriptsItem(workerScripts[i]);
workerScripts[i].env.stopFlag = true;
}
updateActiveScriptsItems(); //Force UI to update
updateActiveScriptsItems(5000); //Force UI to update
workerScripts.length = 0;
}