1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 09:57:40 +03:00

Dont store version on loadgame, its content is faulty

This commit is contained in:
A_D 2021-07-03 17:14:25 +02:00
parent 6a296d4920
commit edbf1263a9
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -512,8 +512,8 @@ class EDLogs(FileSystemEventHandler): # type: ignore # See below
self.live = True # First event in 3.0 self.live = True # First event in 3.0
elif event_type == 'loadgame': elif event_type == 'loadgame':
# Odyssey Release Update 5 # Odyssey Release Update 5 -- This contains data that doesn't match the format used in FileHeader above
self.populate_version_info(entry, suppress=True) # self.populate_version_info(entry, suppress=True)
# alpha4 # alpha4
# Odyssey: bool # Odyssey: bool