diff --git a/IPA.Loader/Loader/PluginMetadata.cs b/IPA.Loader/Loader/PluginMetadata.cs index ccbfda3d..8dae9738 100644 --- a/IPA.Loader/Loader/PluginMetadata.cs +++ b/IPA.Loader/Loader/PluginMetadata.cs @@ -67,7 +67,7 @@ namespace IPA.Loader /// A list of files (that aren't ) that are associated with this plugin. /// /// a list of associated files - public IReadOnlyList AssociatedFiles { get; private set; } + public IReadOnlyList AssociatedFiles { get; private set; } = new List(); internal bool IsSelf;