Skip to content

Commit

Permalink
GoToReTriedDir 可还行
Browse files Browse the repository at this point in the history
  • Loading branch information
wuliaodexiaoluo authored Aug 19, 2024
1 parent 4e0a234 commit 59d5223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plain Craft Launcher 2/Modules/Base/ModBase.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1289,10 +1289,10 @@ RetryDir:
RetriedDir = True
Log(ex,$"删除符号链接失败,将在 0.3s 后重试({FilePath})")
Thread.sleep(300)
GoTo RetriedDir
GoTo RetryDir
Else If RetriedDir Then
IsSymbolLink = False
GoTo RetriedDir
GoTo RetryDir
End If
End Try
Else If Not IsSymbolLink Then
Expand Down

0 comments on commit 59d5223

Please sign in to comment.