File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Plain Craft Launcher 2/Modules/Minecraft Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1439,7 +1439,7 @@ Retry:
14391439 End If
14401440
14411441 '设置代理
1442- If Setup.Get( "VersionUseProxyV2 " , Version:=McVersionCurrent) IsNot Nothing AndAlso Not String .IsNullOrWhiteSpace(Setup.Get( "SystemHttpProxy" )) Then
1442+ If Setup.Get( "VersionAdvanceUseProxyV2 " , Version:=McVersionCurrent) IsNot Nothing AndAlso Not String .IsNullOrWhiteSpace(Setup.Get( "SystemHttpProxy" )) Then
14431443 Dim ProxyAddress As New Uri(Setup.Get( "SystemHttpProxy" ))
14441444 DataList.Add( $"-D{If(ProxyAddress.Scheme.ToString.StartsWithF(" https: "), " https ", " http ")}.proxyHost={ProxyAddress.AbsoluteUri}" )
14451445 DataList.Add( $"-D{If(ProxyAddress.Scheme.ToString.StartsWithF(" https: "), " https ", " http ")}.proxyPort={ProxyAddress.Port}" )
You can’t perform that action at this time.
0 commit comments