fix: move VEH init before CLR init

This commit is contained in:
goat 2021-11-01 21:35:27 +01:00
parent 9ca0ca3d39
commit 3371f2c9e8
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
2 changed files with 15 additions and 17 deletions

View file

@ -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);