mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[core] Do not check egstore folder for DLC
This commit is contained in:
parent
b3b5470947
commit
9471ca41e1
|
@ -1199,7 +1199,7 @@ class LegendaryCore:
|
||||||
manifest_data = None
|
manifest_data = None
|
||||||
|
|
||||||
# check if the game is from an EGL installation, load manifest if possible
|
# check if the game is from an EGL installation, load manifest if possible
|
||||||
if os.path.exists(os.path.join(app_path, '.egstore')):
|
if not game.is_dlc and os.path.exists(os.path.join(app_path, '.egstore')):
|
||||||
mf = None
|
mf = None
|
||||||
if not egl_guid:
|
if not egl_guid:
|
||||||
for f in os.listdir(os.path.join(app_path, '.egstore')):
|
for f in os.listdir(os.path.join(app_path, '.egstore')):
|
||||||
|
|
Loading…
Reference in a new issue