From 46cd51940fea0dacfd1287e9a60eecbc2cdc6f28 Mon Sep 17 00:00:00 2001 From: goaaats Date: Thu, 23 Jun 2022 12:22:51 +0200 Subject: [PATCH] feat: serialize LocalPluginManifest for troubleshootings --- Dalamud/Support/Troubleshooting.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }