mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
Revert "fix: move VEH init before CLR init"
This reverts commit 3371f2c9e8.
This commit is contained in:
parent
3371f2c9e8
commit
44383402c7
2 changed files with 17 additions and 15 deletions
|
|
@ -76,7 +76,7 @@ namespace Dalamud
|
|||
|
||||
// This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally
|
||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls;
|
||||
|
||||
|
||||
if (!Util.IsLinux())
|
||||
InitSymbolHandler(info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue