mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[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:
parent
778ecacbd3
commit
158b28eaff
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue