Skip to content

Commit

Permalink
Patching
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoNeko committed Apr 26, 2020
1 parent 74adf51 commit 681f50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/HarmonyPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ public static void Prefix()
public static class Patch_Dialog_FormCaravan_Tab
{
[HarmonyPostfix]
public static void Postfix(ref Enum __result)
public static void Postfix(ref Enum ___result)
{
RoadsOfTheRim.DebugLog("Patch_Dialog_FormCaravan_Tab: "+__result.ToString());
RoadsOfTheRim.DebugLog("Patch_Dialog_FormCaravan_Tab: "+___result.ToString());
}
}
}
Binary file modified v1.1/Assemblies/RoadsOfTheRim.dll
Binary file not shown.

0 comments on commit 681f50f

Please sign in to comment.