feat: serialize LocalPluginManifest for troubleshootings

This commit is contained in:
goaaats 2022-06-23 12:22:51 +02:00
parent 30b5bb4251
commit 46cd51940f
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -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; }