mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-27 01:53:48 +01:00
remove offline calc from importing game
This commit is contained in:
parent
5af10c8406
commit
8411de8e42
@ -525,10 +525,6 @@ function loadImportedGame(saveObj, saveString) {
|
|||||||
|
|
||||||
Player.lastUpdate = Engine._lastUpdate;
|
Player.lastUpdate = Engine._lastUpdate;
|
||||||
Engine.start(); // Run main game loop and Scripts loop
|
Engine.start(); // Run main game loop and Scripts loop
|
||||||
const timeOfflineString = convertTimeMsToTimeElapsedString(time);
|
|
||||||
dialogBoxCreate(<>Offline for {timeOfflineString}. While you were offline, your scripts
|
|
||||||
generated {Money(offlineProductionFromScripts)}
|
|
||||||
and your Hacknet Nodes generated hacknetProdInfo</>);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user