mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
hotfix augmentation displaying null
This commit is contained in:
parent
2248c083c8
commit
2c7a4f4ce6
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -2176,7 +2176,7 @@ function installAugmentations() {
|
||||
if(ownedAug.name === AugmentationNames.NeuroFluxGovernor
|
||||
&& i !== nfgIndex) continue;
|
||||
|
||||
let level = null;
|
||||
let level = "";
|
||||
if (ownedAug.name === AugmentationNames.NeuroFluxGovernor) {
|
||||
level = ` - ${ownedAug.level}`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user