fix new save file not loading

This commit is contained in:
Olivier Gagnon 2022-09-28 23:35:01 -04:00
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