mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-11 18:16:09 +02:00
DNET: Add JS object properties as server names; refactor save/load/server storage to support this (#2482)
This commit is contained in:
committed by
GitHub
parent
b99e522d1c
commit
bab6280735
@@ -232,7 +232,7 @@ function LogWindow({ hidden, script, onClose }: LogWindowProps): React.ReactElem
|
||||
}
|
||||
// Reset some things, because we're reusing the RunningScript instance
|
||||
script.ramUsage = ramUsage;
|
||||
script.dataMap = {};
|
||||
script.dataMap = new Map();
|
||||
script.onlineExpGained = 0;
|
||||
script.onlineMoneyMade = 0;
|
||||
script.onlineRunningTime = 0.01;
|
||||
|
||||
Reference in New Issue
Block a user