mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Update Faction.js
This commit is contained in:
parent
b0aea99656
commit
bb3bb9f297
@ -571,7 +571,6 @@ function createFactionAugmentationDisplayElements(augmentationsList, augs, facti
|
||||
var aElem = createElement("a", {
|
||||
innerText:aug.name, display:"inline",
|
||||
clickListener:()=>{
|
||||
console.log('sup buy in fac: '+Settings.SuppressBuyAugmentationConfirmation);
|
||||
if (!Settings.SuppressBuyAugmentationConfirmation) {
|
||||
purchaseAugmentationBoxCreate(aug, faction);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user