diff --git a/Dalamud/Support/Troubleshooting.cs b/Dalamud/Support/Troubleshooting.cs index f0927683b..17f15de94 100644 --- a/Dalamud/Support/Troubleshooting.cs +++ b/Dalamud/Support/Troubleshooting.cs @@ -74,7 +74,7 @@ namespace Dalamud.Support Language = startInfo.Language.ToString(), BetaKey = configuration.DalamudBetaKey, DoPluginTest = configuration.DoPluginTest, - LoadAllApiLevels = configuration.LoadAllApiLevels, + LoadAllApiLevels = pluginManager?.LoadAllApiLevels == true, InterfaceLoaded = interfaceManager?.IsReady ?? false, HasThirdRepo = configuration.ThirdRepoList is { Count: > 0 }, ForcedMinHook = EnvironmentConfiguration.DalamudForceMinHook,