mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: serialize LocalPluginManifest for troubleshootings
This commit is contained in:
parent
30b5bb4251
commit
46cd51940f
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ namespace Dalamud.Support
|
||||||
|
|
||||||
private class TroubleshootingPayload
|
private class TroubleshootingPayload
|
||||||
{
|
{
|
||||||
public PluginManifest[] LoadedPlugins { get; set; }
|
public LocalPluginManifest[] LoadedPlugins { get; set; }
|
||||||
|
|
||||||
public string DalamudVersion { get; set; }
|
public string DalamudVersion { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue