mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-17 14:42:56 +00:00
fix: lceonline client not launching
This commit is contained in:
parent
e87d64245b
commit
d9b3033728
|
|
@ -497,7 +497,7 @@ export function useGameManager({
|
|||
profile,
|
||||
PARTNERSHIP_SERVERS,
|
||||
currentEdition?.lceOnline
|
||||
? extraLaunchArgs!.concat([
|
||||
? (extraLaunchArgs ?? []).concat([
|
||||
"-token",
|
||||
localStorage.getItem("lceonline_session")
|
||||
? JSON.parse(localStorage.getItem("lceonline_session")!).accessToken
|
||||
|
|
|
|||
Loading…
Reference in a new issue