Skip to content

Commit

Permalink
Don't preset DMD type since latest MM handles that
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Jun 9, 2020
1 parent 854605c commit 1dc0773
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BepInEx.MonoMod.Loader/MonoModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ private static IEnumerable<string> CollectTargetDLLs()

public static void Patch(AssemblyDefinition assembly)
{
Environment.SetEnvironmentVariable("MONOMOD_DMD_TYPE", "Cecil");

string monoModPath = Path.Combine(Paths.BepInExRootPath, "monomod");

if (!Directory.Exists(monoModPath))
Expand Down

0 comments on commit 1dc0773

Please sign in to comment.