Skip to content

Commit 4fe9177

Browse files
committed
Update login session data
1 parent aea0bb1 commit 4fe9177

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

Apps/Watch/Program.cs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ static void BeginGetContextCallback(IAsyncResult ar)
195195
"\"showrewardnews\": false," +
196196
"\"isreturner\": false," +
197197
"\"fpstracking\": false," +
198-
"\"optiontracking\": false}" +
198+
"\"optiontracking\": false," +
199+
"\"tournamentticketpurchasestate\": 0," +
200+
"\"tournamentcyclephase\": 0}" +
199201
",\"playdata\":" +
200202
"{\"worlds\":" +
201203
"[{\"id\": 0," +
@@ -207,21 +209,25 @@ static void BeginGetContextCallback(IAsyncResult ar)
207209
"\"previewstate\": 0," +
208210
"\"location\": null," +
209211
"\"anticheatprotection\": false," +
210-
"\"pvptype\": 0}]" +
212+
"\"pvptype\": 0," +
213+
"\"istournamentworld\": false," +
214+
"\"restrictedstore\": false}]" +
211215
",\"characters\":" +
212216
"[{\"worldid\": 0," +
213217
"\"name\": \"" + filename + "\"," +
214218
"\"level\": 0," +
215219
"\"vocation\": null," +
216220
"\"ismale\": false," +
217221
"\"ishidden\": false," +
222+
"\"ismaincharacter\": false," +
218223
"\"tutorial\": false," +
219224
"\"outfitid\": 0," +
220225
"\"headcolor\": 0," +
221226
"\"torsocolor\": 0," +
222227
"\"legscolor\": 0," +
223228
"\"detailcolor\": 0," +
224-
"\"addonsflags\": 0}]" +
229+
"\"addonsflags\": 0," +
230+
"\"istournamentparticipant\": false}]" +
225231
"}" +
226232
"}";
227233

0 commit comments

Comments
 (0)