mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
Suits: Handle RenameSuitLoadout
This commit is contained in:
parent
e24e0b3547
commit
e796684fc6
@ -997,7 +997,12 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
||||
# • SuitName
|
||||
# • LoadoutID
|
||||
# • Loadoutname
|
||||
pass
|
||||
# alpha4:
|
||||
# { "timestamp":"2021-04-29T10:35:55Z", "event":"RenameSuitLoadout", "SuitID":1698365752966423,
|
||||
# "SuitName":"explorationsuit_class1", "SuitName_Localised":"Artemis Suit", "LoadoutID":4293000003,
|
||||
# "LoadoutName":"Art L/K" }
|
||||
loadout_id = self.suit_loadout_id_from_loadoutid(entry['LoadoutID'])
|
||||
self.state['SuitLoadouts'][loadout_id]['name'] = entry['LoadoutName']
|
||||
|
||||
elif event_type == 'BuySuit':
|
||||
# alpha4 :
|
||||
|
Loading…
x
Reference in New Issue
Block a user