Skip to content

Commit

Permalink
Merge pull request #256 from Aviuz/cleaning
Browse files Browse the repository at this point in the history
cleaning debug files
  • Loading branch information
Hazzer authored Oct 28, 2022
2 parents 7b5d41c + c444d04 commit 9fb37b6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified 1.4/Assemblies/PrisonLabor.dll
Binary file not shown.
Binary file not shown.
Binary file modified 1.4/Quarry/Assemblies/PrisonLaborQuarryCompatibility.dll
Binary file not shown.
Binary file modified 1.4/Therapy/Assemblies/PrisonLaborTherapyCompatibility.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ static IEnumerable<CodeInstruction> GuestTrackerTickTranspiler(ILGenerator gen,
[HarmonyTranspiler]
static IEnumerable<CodeInstruction> Alert_AwaitingMedicalOperationTranspiler(ILGenerator gen, MethodBase mBase, IEnumerable<CodeInstruction> instructions)
{
HPatcher.CreateDebugFileOnDesktop("Alert_AwaitingMedicalOperation", instructions);

OpCode[] opCodesToFind =
{
{
OpCodes.Ldfld,
OpCodes.Ldsfld,
OpCodes.Beq_S
Expand Down

0 comments on commit 9fb37b6

Please sign in to comment.