Bump dev, fix issue with applying fleet boosts

This commit is contained in:
blitzman
2016-08-28 19:35:55 -04:00
parent 6192343add
commit f98f6a120b
2 changed files with 3 additions and 3 deletions

View File

@@ -368,7 +368,7 @@ class GangView ( ScrolledPanel ):
sFit = service.Fit.getInstance()
fit = sFit.getFit(self.mainFrame.getActiveFit())
if fit and not fit.isStructuree:
if fit and not fit.isStructure:
self.draggedFitID = fitID
pos = wx.GetMousePosition()