We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded0193 commit a8ab9caCopy full SHA for a8ab9ca
EXILED-DLL-Archiver/Program.cs
@@ -24,7 +24,7 @@ public static void Main(String[] args)
24
string nw_plugin_path = Path.Combine(path, "SCP Secret Laboratory", "PluginAPI", "plugins", "global");
25
string nw_plugin_deps_path = Path.Combine(nw_plugin_path, "dependencies");
26
27
- List<string> plugins = new List<string> { "Exiled.CreditTags", "Exiled.CustomItems", "Exiled.CustomRoles", "Exiled.Events", "Exiled.Permissions", };
+ List<string> plugins = new List<string> { "Exiled.CreditTags", "Exiled.CustomModules", "Exiled.Events", "Exiled.Permissions", };
28
List<string> pluginsDep = new List<string> { "0Harmony", "Exiled.API", "SemanticVersioning", "System.ComponentModel.DataAnnotations" };
29
List<string> nwDep = new List<string> { "Exiled.API", "SemanticVersioning", "Mono.Posix" };
30
0 commit comments