Skip to content

Commit

Permalink
disable Harmony log
Browse files Browse the repository at this point in the history
  • Loading branch information
gnivler committed Aug 19, 2018
1 parent b897752 commit 37bf275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.51.*")]
[assembly: AssemblyVersion("1.52")]
2 changes: 1 addition & 1 deletion ScorchedEarth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructio
codes[i].opcode = OpCodes.Nop;
}

ListTheStack(codes);
//ListTheStack(codes);
return codes.AsEnumerable();
}

Expand Down

0 comments on commit 37bf275

Please sign in to comment.