[core] Do not check egstore folder for DLC

This commit is contained in:
derrod 2021-10-08 10:17:15 +02:00
parent b3b5470947
commit 9471ca41e1

View file

@ -1199,7 +1199,7 @@ class LegendaryCore:
manifest_data = None
# 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
if not egl_guid:
for f in os.listdir(os.path.join(app_path, '.egstore')):