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