diff --git a/Dalamud/Support/Troubleshooting.cs b/Dalamud/Support/Troubleshooting.cs index 54ce570a7..ffe445704 100644 --- a/Dalamud/Support/Troubleshooting.cs +++ b/Dalamud/Support/Troubleshooting.cs @@ -99,7 +99,7 @@ namespace Dalamud.Support private class TroubleshootingPayload { - public PluginManifest[] LoadedPlugins { get; set; } + public LocalPluginManifest[] LoadedPlugins { get; set; } public string DalamudVersion { get; set; }