Fix a couple of bugs by referencing raw names, and include all translations for types table

This commit is contained in:
blitzmann
2020-06-25 19:23:28 -04:00
parent 66140f092b
commit c7ec87b979
3 changed files with 4 additions and 6 deletions

View File

@@ -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)