We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9beabf6 + 7370b1a commit 5de7050Copy full SHA for 5de7050
1 file changed
Plain Craft Launcher 2/Pages/PageLaunch/MySkin.xaml.vb
@@ -277,6 +277,7 @@ Retry:
277
Next
278
If SelectedIndex > 0 Then SkinData("capes")(SelectedIndex - 1)("state") = "ACTIVE"
279
McLoginMsLoader.Output.ProfileJson = SkinData.ToString()
280
+ Settings.Set("CacheMsV2ProfileJson", McLoginMsLoader.Output.ProfileJson)
281
End If
282
Catch ex As Exception
283
If TypeOf ex Is HttpRequestCodeException Then
0 commit comments