Safety check in stage2 callback, we don't want stage 2 items to be shown in stage 1
This commit is contained in:
@@ -156,6 +156,8 @@ class ShipBrowser(wx.Panel):
|
||||
return self.RACE_ORDER.index(shipInfo[2]), shipInfo[1]
|
||||
|
||||
def stage2Callback(self,data):
|
||||
if self.GetActiveStage() != 2:
|
||||
return
|
||||
categoryID, shipList = data
|
||||
sFit = service.Fit.getInstance()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user