[ShareBubbles] bump version, fixes for 2025r179

This commit is contained in:
NotAKidoS 2025-04-03 04:01:15 -05:00
parent 940777d9e5
commit 697ad77f5f
3 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ internal static class PlayerSetup_Patches
internal static class ControllerRay_Patches
{
[HarmonyPostfix]
[HarmonyPatch(typeof(ControllerRay), nameof(ControllerRay.DeleteSpawnable))]
[HarmonyPatch(typeof(ControllerRay), nameof(ControllerRay.HandleSpawnableClicked))]
public static void Postfix_ControllerRay_DeleteSpawnable(ref ControllerRay __instance)
{
if (!__instance._interactDown)