Skip to content

Commit

Permalink
Don't output test dll anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Dec 22, 2023
1 parent 10c1b6c commit c4e754e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SpaceWarpPatcher/AssemblyCSharpPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,5 @@ public static void Patch(ref AssemblyDefinition assemblyDefinition)

insts.Clear();
insts.AddRange(newInstructions);
assemblyDefinition.Write("TestOutput.dll");
}
}

0 comments on commit c4e754e

Please sign in to comment.