1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Suits: Fix 'mame' typo

This commit is contained in:
Athanasius 2021-04-30 15:42:10 +01:00
parent 60b2045ea4
commit 6d58863a40

View File

@ -995,7 +995,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
'locName': entry.get('SuitName_Localised', entry['SuitName']),
'suitId': entry['SuitID'],
},
'mame': entry['LoadoutName'],
'name': entry['LoadoutName'],
'slots': self.suit_loadout_slots_array_to_dict(entry['Modules']),
}
self.state['SuitLoadouts'][new_loadout['loadoutSlotId']] = new_loadout