Bump dev, fix issue with applying fleet boosts
This commit is contained in:
@@ -18,8 +18,8 @@ debug = False
|
||||
saveInRoot = False
|
||||
|
||||
# Version data
|
||||
version = "1.23.0"
|
||||
tag = "Stable"
|
||||
version = "1.23.1"
|
||||
tag = "git"
|
||||
expansionName = "YC 118.7"
|
||||
expansionVersion = "1.4"
|
||||
evemonMinVersion = "4081"
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user