mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 04:17:05 +02:00
BUGFIX: Ensure that IPvGO promises are initialized correctly on a new save and on fluming (#2032)
This commit is contained in:
committed by
GitHub
parent
88fef7d8a3
commit
47b34c8563
@@ -47,6 +47,7 @@ import { SaveData } from "./types";
|
||||
import { Go } from "./Go/Go";
|
||||
import { EventEmitter } from "./utils/EventEmitter";
|
||||
import { Companies } from "./Company/Companies";
|
||||
import { resetGoPromises } from "./Go/boardAnalysis/goAI";
|
||||
|
||||
declare global {
|
||||
// This property is only available in the dev build
|
||||
@@ -391,6 +392,7 @@ const Engine: {
|
||||
Player.init();
|
||||
initForeignServers(Player.getHomeComputer());
|
||||
Player.reapplyAllAugmentations();
|
||||
resetGoPromises();
|
||||
|
||||
// Start interactive tutorial
|
||||
iTutorialStart();
|
||||
|
||||
Reference in New Issue
Block a user