Skip to content

Commit

Permalink
Fixed the issue with iOS Client being replaced with Android Client
Browse files Browse the repository at this point in the history
  • Loading branch information
Fast0n committed Sep 7, 2024
1 parent 22ff5b8 commit 9fafb5a
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 9fafb5a

Please sign in to comment.