Skip to content

Commit

Permalink
Add sensible defaults for Patching.ExcludedAssemblies config value
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Dec 22, 2023
1 parent ec522a7 commit 7ab989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/BepinexConfigData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static class ExcludedAssemblies
{
public static readonly string Name = "Excluded assemblies";
public static readonly string Description = $"Comma-separated list of assembly file names to exclude in the search for references to Unity Audio. Ignored if `{PatchType.Name}` is not set to `{UnityAudio.PatchType.Automatic}`.";
public static readonly string DefaultValue = string.Empty;
public static readonly string DefaultValue = "Assembly-CSharp, Assembly-CSharp-firstpass, Assembly-UnityScript, Assembly-UnityScript-firstpass";
public static readonly object[] Tags = new[]
{
new ConfigurationManagerAttributes() { IsAdvanced = true },
Expand Down

0 comments on commit 7ab989e

Please sign in to comment.