mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +02:00
Removed some log statements. Rebalancing on RAM for home comp
This commit is contained in:
@@ -272,7 +272,6 @@ function evaluate(exp, workerScript) {
|
||||
server.moneyAvailable -= moneyGained;
|
||||
Player.gainMoney(moneyGained);
|
||||
workerScript.scriptRef.onlineMoneyMade += moneyGained;
|
||||
console.log("About to add to moneystolenmap for " + server.hostname);
|
||||
workerScript.scriptRef.moneyStolenMap[server.ip] += moneyGained;
|
||||
|
||||
Player.gainHackingExp(expGainedOnSuccess);
|
||||
|
||||
Reference in New Issue
Block a user