Merge branch 'master' of evefit.org:pyfa

This commit is contained in:
cncfanatics
2010-11-04 20:59:30 +01:00
2 changed files with 2 additions and 2 deletions

2
eos

Submodule eos updated: 3ebd033bcf...02f52a1ab0

View File

@@ -55,7 +55,7 @@ class MaxRange(ViewColumn):
def getText(self, stuff):
maxRange = stuff.maxRange if hasattr(stuff, "maxRange") else stuff.getModifiedItemAttr("maxRange")
falloff = stuff.getModifiedItemAttr("falloff")
falloff = stuff.falloff
if falloff:
falloff = "+%sm" % formatAmount(falloff, 3, 0, 3)
else: