mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
fix new save file not loading
This commit is contained in:
parent
a8b1aebfae
commit
cb064ce8d7
@ -371,12 +371,12 @@ const Engine: {
|
||||
} else {
|
||||
// No save found, start new game
|
||||
initBitNodeMultipliers();
|
||||
initDarkWebItems();
|
||||
Engine.start(); // Run main game loop and Scripts loop
|
||||
Player.init();
|
||||
initForeignServers(Player.getHomeComputer());
|
||||
initCompanies();
|
||||
initFactions();
|
||||
initDarkWebItems();
|
||||
initAugmentations();
|
||||
|
||||
// Start interactive tutorial
|
||||
|
Loading…
Reference in New Issue
Block a user