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 ca19c3c + 13340ed commit 36cc718Copy full SHA for 36cc718
Plain Craft Launcher 2/Pages/PageDownload/ModDownloadLib.vb
@@ -613,7 +613,7 @@ pause"
613
Log("[Download] 检测为新版 OptiFine:" & DownloadInfo.Inherit)
614
Loaders.Add(New LoaderTask(Of List(Of NetFile), Boolean)("安装 OptiFine(方式 A)",
615
Sub(Task As LoaderTask(Of List(Of NetFile), Boolean))
616
- Dim BaseMcFolderHome As String = BaseMcFolderHome.TrimEnd("\")
+ Dim BaseMcFolderHome As String = RequestTaskTempFolder().TrimEnd("\")
617
Dim BaseMcFolder As String = BaseMcFolderHome & "\.minecraft\"
618
Try
619
'准备安装环境
0 commit comments