Add Joves to race order for ship browser
This commit is contained in:
@@ -668,7 +668,7 @@ class ShipBrowser(wx.Panel):
|
|||||||
self.raceselect.Show(False)
|
self.raceselect.Show(False)
|
||||||
self.Layout()
|
self.Layout()
|
||||||
|
|
||||||
RACE_ORDER = ["amarr", "caldari", "gallente", "minmatar", "ore", "serpentis", "angel", "blood", "sansha", "guristas", None]
|
RACE_ORDER = ["amarr", "caldari", "gallente", "minmatar", "ore", "serpentis", "angel", "blood", "sansha", "guristas", "jove", None]
|
||||||
|
|
||||||
def raceNameKey(self, ship):
|
def raceNameKey(self, ship):
|
||||||
return self.RACE_ORDER.index(ship.race), ship.name
|
return self.RACE_ORDER.index(ship.race), ship.name
|
||||||
|
|||||||
Reference in New Issue
Block a user