Skip to content

Commit

Permalink
Fixed the issue with iOS Client being replaced with Android Client (#784
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Fast0n authored Sep 25, 2024
1 parent 22174ea commit 9d372c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Client extends EventEmitter {
checkEULA: true,
killOtherTokens: true,
createLauncherSession: false,
authClient: 'fortniteIOSGameClient',
authClient: 'fortniteAndroidGameClient',
...config.auth,
},
partyConfig: {
Expand Down

0 comments on commit 9d372c5

Please sign in to comment.