mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
fix: comment out symbol loading
This commit is contained in:
parent
44383402c7
commit
83608f4994
1 changed files with 3 additions and 1 deletions
|
|
@ -76,9 +76,11 @@ namespace Dalamud
|
||||||
|
|
||||||
// This is due to GitHub not supporting TLS 1.0, so we enable all TLS versions globally
|
// 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;
|
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12 | SecurityProtocolType.Tls;
|
||||||
|
|
||||||
|
/* BUG: This causes weird behaviour with BrowserHost, TTT and a few other plugins
|
||||||
if (!Util.IsLinux())
|
if (!Util.IsLinux())
|
||||||
InitSymbolHandler(info);
|
InitSymbolHandler(info);
|
||||||
|
*/
|
||||||
|
|
||||||
var dalamud = new Dalamud(info, levelSwitch, finishSignal, configuration);
|
var dalamud = new Dalamud(info, levelSwitch, finishSignal, configuration);
|
||||||
Log.Information("Starting a session..");
|
Log.Information("Starting a session..");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue