diff --git a/src/engine.tsx b/src/engine.tsx index b18ff231b..ee52b3d49 100644 --- a/src/engine.tsx +++ b/src/engine.tsx @@ -253,7 +253,7 @@ const Engine: { let offlineReputation = 0; const offlineHackingIncome = (Player.moneySourceA.hacking / Player.playtimeSinceLastAug) * timeOffline * 0.75; - Player.gainMoney(offlineHackingIncome, "hacknet"); + Player.gainMoney(offlineHackingIncome, "hacking"); // Process offline progress loadAllRunningScripts(); // This also takes care of offline production for those scripts if (Player.isWorking) {