mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
Fixed loadAllRunningScripts(), now seems to be working properly
This commit is contained in:
@@ -247,7 +247,9 @@ var Engine = {
|
||||
console.log("Loaded game from save");
|
||||
Companies.init();
|
||||
CompanyPositions.init();
|
||||
console.log("Calling loadAllRunningScripts()");
|
||||
loadAllRunningScripts();
|
||||
console.log("Finished calling loadAllRunningScripts()");
|
||||
} else {
|
||||
//No save found, start new game
|
||||
console.log("Initializing new game");
|
||||
|
||||
Reference in New Issue
Block a user