Skip to content

Commit

Permalink
Do not add time to misc column for ASB/AAR when factor reload time is…
Browse files Browse the repository at this point in the history
… turned on, fixes #123
  • Loading branch information
DarkFenX committed Nov 6, 2014
1 parent 98cac2a commit 1fca17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/builtinViewColumns/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def __getData(self, stuff):
elif itemGroup in ("Fueled Armor Repairer", "Fueled Shield Booster"):
hp = stuff.hpBeforeReload
cycles = stuff.numShots
cycleTime = stuff.cycleTime
cycleTime = stuff.rawCycleTime
if not hp or not cycleTime or not cycles:
return "", None
fit = Fit.getInstance().getFit(self.mainFrame.getActiveFit())
Expand Down

0 comments on commit 1fca17f

Please sign in to comment.