Skip to content

Commit

Permalink
Remove extra brace in default party meta field (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
taradinoc authored Nov 11, 2023
1 parent ecc2784 commit 5d3f22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/defaultPartyMeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Default:CurrentRegionId_s": "EU",
"Default:CustomMatchKey_s": "",
"Default:FortCommonMatchmakingData_j": "{\"FortCommonMatchmakingData\":{\"current\":{\"linkId\":{\"mnemonic\":\"\",\"version\":-1},\"matchmakingTransaction\":\"NotReady\",\"requester\":\"INVALID\",\"version\":29981},\"phaseUsedForCommit\":\"One\",\"participantData\":{\"requested\":{\"linkId\":{\"mnemonic\":\"\",\"version\":-1},\"matchmakingTransaction\":\"NotReady\",\"requester\":\"INVALID\",\"version\":29981},\"broadcast\":\"ReadyForRequests\",\"version\":1}}}",
"Default:FortMatchmakingMemberData_j": "{\"FortMatchmakingMemberData\":{\"current\":{\"members\":[],\"requester\":\"INVALID\",\"version\":1},\"broadcast\":\"ReadyForRequests\",\"version\":1}}}",
"Default:FortMatchmakingMemberData_j": "{\"FortMatchmakingMemberData\":{\"current\":{\"members\":[],\"requester\":\"INVALID\",\"version\":1},\"broadcast\":\"ReadyForRequests\",\"version\":1}}",
"Default:GameSessionKey_s": "",
"Default:LFGTime_s": "0001-01-01T00:00:00.000Z",
"Default:MatchmakingInfoString_s": "",
Expand Down

0 comments on commit 5d3f22f

Please sign in to comment.