diff --git a/EXILED-DLL-Archiver/Program.cs b/EXILED-DLL-Archiver/Program.cs index 0e95123..ec1f46b 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.CustomModules", "Exiled.Events", "Exiled.Permissions", }; - List pluginsDep = new List { "0Harmony", "Exiled.API", "SemanticVersioning", "System.ComponentModel.DataAnnotations" }; + List pluginsDep = new List { "0Harmony", "System.ComponentModel.DataAnnotations" }; List nwDep = new List { "Exiled.API", "SemanticVersioning", "Mono.Posix" }; try