Merge branch 'master' of https://github.com/pyfa-org/Pyfa into origin_master

This commit is contained in:
Ryan Holmes
2018-12-24 10:40:22 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ saveInRoot = False
# Version data
version = "2.7.0b1"
version = "2.7.0"
tag = "Stable"
expansionName = "December"
expansionVersion = "1.0"

View File

@@ -1334,6 +1334,8 @@ class Fit(object):
continue
if mod.projected:
continue
if mod.item.group.name not in groupAttrMap:
continue
usesCap = True
try:
if mod.capUse: