diff --git a/code/portal_detail_display_tools.js b/code/portal_detail_display_tools.js index f3cf6f8c..e6ad01d8 100644 --- a/code/portal_detail_display_tools.js +++ b/code/portal_detail_display_tools.js @@ -111,7 +111,7 @@ window.getModDetails = function(d) { if (!mod.stats.hasOwnProperty(key)) continue; var val = mod.stats[key]; - if (key === 'REMOVAL_STICKINESS' && val == 0) continue; // stat on all mods recently - unknown meaning, not displayed in stock client +// if (key === 'REMOVAL_STICKINESS' && val == 0) continue; // stat on all mods recently - unknown meaning, not displayed in stock client // special formatting for known mod stats, where the display of the raw value is less useful if (mod.type === 'HEATSINK' && key === 'HACK_SPEED') val = (val/10000)+'%'; // 500000 = 50%