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:
parent
60b2045ea4
commit
6d58863a40
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user