This commit is contained in:
Olivier Gagnon
2021-08-15 02:14:07 -04:00
parent 796d91835c
commit 67e5e413e4
12 changed files with 63 additions and 27 deletions
+2 -1
View File
@@ -1082,12 +1082,13 @@ const Engine = {
initBitNodeMultipliers(Player);
Engine.setDisplayElements(); // Sets variables for important DOM elements
Engine.init(); // Initialize buttons, work, etc.
updateSourceFileFlags(Player);
initAugmentations(); // Also calls Player.reapplyAllAugmentations()
Player.reapplyAllSourceFiles();
if (Player.hasWseAccount) {
initSymbolToStockMap();
}
updateSourceFileFlags(Player);
// Calculate the number of cycles have elapsed while offline
Engine._lastUpdate = new Date().getTime();