[core] Add "epicsandboxid" launch parameter

EGL seems to have added this at some point.
Omitting it doesn't seem to break anything.
But better safe than sorry.
This commit is contained in:
derrod 2022-01-18 16:10:12 +01:00
parent 778ecacbd3
commit 158b28eaff

View file

@ -742,7 +742,8 @@ class LegendaryCore:
'-EpicPortal',
f'-epicusername={user_name}',
f'-epicuserid={account_id}',
f'-epiclocale={language_code}'
f'-epiclocale={language_code}',
f'-epicsandboxid={game.namespace}'
])
if extra_args: