mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Fixed issue with Faction page formatting. Script.reset() now re-updated RAM usage
This commit is contained in:
@@ -150,6 +150,8 @@ Script.prototype.saveScript = function() {
|
||||
}
|
||||
|
||||
Script.prototype.reset = function() {
|
||||
this.updateRamUsage();
|
||||
|
||||
this.offlineRunningTime = 0.01; //Seconds
|
||||
this.offlineMoneyMade = 0;
|
||||
this.offlineExpGained = 0;
|
||||
|
||||
Reference in New Issue
Block a user