Skip to content

Commit 7ab989e

Browse files
committed
Add sensible defaults for Patching.ExcludedAssemblies config value
1 parent ec522a7 commit 7ab989e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Shared/BepinexConfigData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static class ExcludedAssemblies
4242
{
4343
public static readonly string Name = "Excluded assemblies";
4444
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}`.";
45-
public static readonly string DefaultValue = string.Empty;
45+
public static readonly string DefaultValue = "Assembly-CSharp, Assembly-CSharp-firstpass, Assembly-UnityScript, Assembly-UnityScript-firstpass";
4646
public static readonly object[] Tags = new[]
4747
{
4848
new ConfigurationManagerAttributes() { IsAdvanced = true },

0 commit comments

Comments
 (0)