Skip to content

Commit

Permalink
fix: use configured partyBuildId to create parties
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisNils committed Dec 4, 2023
1 parent 0cd9871 commit e561345
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 @@ -711,7 +711,7 @@ class Client extends EventEmitter {
},
meta: {
'urn:epic:cfg:party-type-id_s': 'default',
'urn:epic:cfg:build-id_s': '1:3:',
'urn:epic:cfg:build-id_s': this.config.partyBuildId,
'urn:epic:cfg:join-request-action_s': 'Manual',
'urn:epic:cfg:chat-enabled_b':
partyConfig.chatEnabled?.toString() || 'true',
Expand Down

0 comments on commit e561345

Please sign in to comment.