Merge branch 'net5'

This commit is contained in:
goaaats 2022-06-23 13:54:07 +02:00
commit 5b493b0043
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ namespace Dalamud.Support
private class TroubleshootingPayload
{
public PluginManifest[] LoadedPlugins { get; set; }
public LocalPluginManifest[] LoadedPlugins { get; set; }
public string DalamudVersion { get; set; }