Merge branch 'master' of github.com:goatcorp/Dalamud into profiles

This commit is contained in:
goat 2023-06-12 19:58:00 +02:00
commit faedf16d47
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
32 changed files with 225 additions and 131 deletions

View file

@ -62,7 +62,6 @@ internal partial class PluginManager : IDisposable, IServiceType
private readonly object pluginListLock = new();
private readonly DirectoryInfo pluginDirectory;
private readonly DirectoryInfo devPluginDirectory;
private readonly BannedPlugin[]? bannedPlugins;
private readonly DalamudLinkPayload openInstallerWindowPluginChangelogsLink;