Merge pull request #372 from hydroflame/patch-2

Update Faction.js
This commit is contained in:
danielyxie
2018-07-24 14:42:21 -05:00
committed by GitHub
-1
View File
@@ -577,7 +577,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 {