mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 05:33:54 +01:00
UpdateScriptRam on prestige bug fix
This commit is contained in:
parent
d5bd1665d0
commit
79274defc4
2
dist/bundle.js
vendored
2
dist/bundle.js
vendored
@ -6546,7 +6546,7 @@ function prestigeHomeComputer(homeComp) {
|
||||
homeComp.programs.push(__WEBPACK_IMPORTED_MODULE_2__CreateProgram_js__["a" /* Programs */].NukeProgram);
|
||||
|
||||
//Update RAM usage on all scripts
|
||||
this.scripts.forEach(function(script) {
|
||||
homeComp.scripts.forEach(function(script) {
|
||||
script.updateRamUsage();
|
||||
});
|
||||
|
||||
|
@ -697,7 +697,7 @@ function prestigeHomeComputer(homeComp) {
|
||||
homeComp.programs.push(Programs.NukeProgram);
|
||||
|
||||
//Update RAM usage on all scripts
|
||||
this.scripts.forEach(function(script) {
|
||||
homeComp.scripts.forEach(function(script) {
|
||||
script.updateRamUsage();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user