diff --git a/src/SaveObject.jsx b/src/SaveObject.jsx index 884d47d02..8a3f341a7 100755 --- a/src/SaveObject.jsx +++ b/src/SaveObject.jsx @@ -525,10 +525,6 @@ function loadImportedGame(saveObj, saveString) { Player.lastUpdate = Engine._lastUpdate; 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; }