From 8411de8e4281c09a07a9bb02254dba1435df4a91 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sat, 15 May 2021 10:54:19 -0400 Subject: [PATCH] remove offline calc from importing game --- src/SaveObject.jsx | 4 ---- 1 file changed, 4 deletions(-) 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; }