Fix a bug in the mini stats display
This commit is contained in:
@@ -177,6 +177,7 @@ class StatsPane(wx.Panel):
|
||||
else:
|
||||
lbl.SetLabel("0.0")
|
||||
|
||||
tank = fit.effectiveTank
|
||||
maxTank = ("shieldPassive", fit.calculateShieldRecharge() if fit else 0)
|
||||
for tankType in ("shield", "armor", "hull"):
|
||||
if tank is not None:
|
||||
|
||||
Reference in New Issue
Block a user