From e82456570e48f5987710b50e8f0f5725e66d1e53 Mon Sep 17 00:00:00 2001 From: c0ffee Date: Thu, 18 Nov 2021 14:07:16 -0800 Subject: [PATCH] rmb fix --- .../C0ffee's RJW Ideology Addons.dll | Bin 10752 -> 10752 bytes .../LovinPrecepts/HarmonyPatch_RMB_Menu.cs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll b/1.3/Assemblies/C0ffee's RJW Ideology Addons.dll index 309ae9c74ad1d7dd49aea901d1a7d820dc4f6c69..a96090aa3f62a2a591e2a611d16deb1a1edd2226 100644 GIT binary patch delta 47 zcmZn&X$YCn!SdH@|JRK@Hqxv?489Cblg~=e7AW6orq&W7?7RIym93Io$Mnq=G9A1C D&{h(S delta 47 zcmV+~0MP${RDe{Fhy)tx^U<-4JR1d50A&Dplg%5O5K&_jXut)DLZRkghN8%qJhONl Fhz-~$6Tbie diff --git a/Source/Base/Patches/RJW/LovinPrecepts/HarmonyPatch_RMB_Menu.cs b/Source/Base/Patches/RJW/LovinPrecepts/HarmonyPatch_RMB_Menu.cs index ff3a8d7..f3cd693 100644 --- a/Source/Base/Patches/RJW/LovinPrecepts/HarmonyPatch_RMB_Menu.cs +++ b/Source/Base/Patches/RJW/LovinPrecepts/HarmonyPatch_RMB_Menu.cs @@ -16,7 +16,7 @@ namespace C0ffee_s_RJW_Ideology_Addons { static HarmonyPatch_RMB_Menu() { - (new Harmony("C0ffeeRIA")).Patch(AccessTools.Method(AccessTools.TypeByName("rjw.RMB_Menu"), "GenerateSexOptions"), + (new Harmony("C0ffeeRIA")).Patch(AccessTools.Method(AccessTools.TypeByName("rjw.RMB_Menu"), "GenerateRMBOptions"), postfix: new HarmonyMethod(AccessTools.Method(typeof(HarmonyPatch_RMB_Menu), "Postfix")));