We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3fffd commit a6a64fcCopy full SHA for a6a64fc
TerrariaServerAPI/TerrariaApi.Server/ServerApi.cs
@@ -75,6 +75,7 @@ public static bool IsWorldRunning
75
76
static ServerApi()
77
{
78
+ AppContext.SetSwitch("Switch.System.Diagnostics.StackTrace.ShowILOffsets", true);
79
Dictionary<string, string> args = Utils.ParseArguements(Environment.GetCommandLineArgs());
80
Hooks = new HookManager();
81
LogWriter = new LogWriterManager(enabled: !args.ContainsKey("-nolog"));
0 commit comments