Fix a couple of bugs by referencing raw names, and include all translations for types table
This commit is contained in:
@@ -195,7 +195,7 @@ class DroneView(Display):
|
||||
def droneKey(drone):
|
||||
sMkt = Market.getInstance()
|
||||
|
||||
groupName = sMkt.getMarketGroupByItem(drone.item).name
|
||||
groupName = sMkt.getMarketGroupByItem(drone.item).marketGroupName
|
||||
|
||||
return (DRONE_ORDER.index(groupName), drone.item.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user