mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
Added missing BodyType init
This commit is contained in:
parent
2f684a91e3
commit
71afdf0bdb
@ -163,6 +163,7 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
|
||||
'Taxi': None, # True whenever we are _in_ a taxi. ie, this is reset on Disembark etc.
|
||||
'Dropship': None, # Best effort as to whether or not the above taxi is a dropship.
|
||||
'Body': None,
|
||||
'BodyType': None,
|
||||
}
|
||||
|
||||
def start(self, root: 'tkinter.Tk') -> bool: # noqa: CCR001
|
||||
|
Loading…
x
Reference in New Issue
Block a user