diff --git a/EXILED-DLL-Archiver/Program.cs b/EXILED-DLL-Archiver/Program.cs index 7cc86f6..e6cc061 100644 --- a/EXILED-DLL-Archiver/Program.cs +++ b/EXILED-DLL-Archiver/Program.cs @@ -25,7 +25,7 @@ public static void Main(String[] args) string nw_plugin_deps_path = Path.Combine(nw_plugin_path, "dependencies"); List plugins = new List { "Exiled.CreditTags", "Exiled.CustomItems", "Exiled.CustomRoles", "Exiled.Events", "Exiled.Permissions" }; - List pluginsDep = new List { "0Harmony", "System.ComponentModel.DataAnnotations" }; + List pluginsDep = new List { "0Harmony", "System.ComponentModel.DataAnnotations", "NVorbis" }; List nwDep = new List { "Exiled.API", "SemanticVersioning", "Mono.Posix" }; try