fix: comment out symbol loading

This commit is contained in:
goat 2021-11-01 22:04:43 +01:00
parent 44383402c7
commit 83608f4994
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -76,9 +76,11 @@ 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;
/* BUG: This causes weird behaviour with BrowserHost, TTT and a few other plugins
if (!Util.IsLinux())
InitSymbolHandler(info);
*/
var dalamud = new Dalamud(info, levelSwitch, finishSignal, configuration);
Log.Information("Starting a session..");