mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
monitor: Fold 'EngineerCraft' to lower case in event_type comparison
This commit is contained in:
parent
636bcd65bb
commit
f8e0fb3658
@ -1422,7 +1422,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
||||
category = self.category(received['Category'])
|
||||
state_category[received['Material']] += received['Quantity']
|
||||
|
||||
elif event_type == 'EngineerCraft' or (
|
||||
elif event_type == 'engineercraft' or (
|
||||
event_type == 'engineerlegacyconvert' and not entry.get('IsPreview')
|
||||
):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user