Fix issue with EFT .cfg importing

This commit is contained in:
blitzmann
2014-05-04 19:16:00 -04:00
parent 19f0bbc811
commit d05b78a451

View File

@@ -338,6 +338,8 @@ class Fit(object):
for i in range(1, len(fitLines)):
line = fitLines[i]
if not line:
continue
# Parse line into some data we will need
misc = re.match("(Drones|Implant|Booster)_(Active|Inactive)=(.+)",line)
cargo = re.match("Cargohold=(.+)",line)