Skip to content

Commit 1fca17f

Browse files
committed
Do not add time to misc column for ASB/AAR when factor reload time is turned on, fixes #123
1 parent 98cac2a commit 1fca17f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/builtinViewColumns/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def __getData(self, stuff):
417417
elif itemGroup in ("Fueled Armor Repairer", "Fueled Shield Booster"):
418418
hp = stuff.hpBeforeReload
419419
cycles = stuff.numShots
420-
cycleTime = stuff.cycleTime
420+
cycleTime = stuff.rawCycleTime
421421
if not hp or not cycleTime or not cycles:
422422
return "", None
423423
fit = Fit.getInstance().getFit(self.mainFrame.getActiveFit())

0 commit comments

Comments
 (0)