Skip to content

Commit 5de7050

Browse files
authored
Merge pull request #8756 from PCL-Community/#8738
fix(cape): 更换披风后没有更新缓存
2 parents 9beabf6 + 7370b1a commit 5de7050

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Plain Craft Launcher 2/Pages/PageLaunch/MySkin.xaml.vb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ Retry:
277277
Next
278278
If SelectedIndex > 0 Then SkinData("capes")(SelectedIndex - 1)("state") = "ACTIVE"
279279
McLoginMsLoader.Output.ProfileJson = SkinData.ToString()
280+
Settings.Set("CacheMsV2ProfileJson", McLoginMsLoader.Output.ProfileJson)
280281
End If
281282
Catch ex As Exception
282283
If TypeOf ex Is HttpRequestCodeException Then

0 commit comments

Comments
 (0)