From 7b5b4b2744997891085aa5eb912d7f988fbf5499 Mon Sep 17 00:00:00 2001 From: Aaro Varis Date: Mon, 3 Mar 2025 21:01:50 +0200 Subject: [PATCH] aaaa --- BoneSync/Patching/GripPatches.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoneSync/Patching/GripPatches.cs b/BoneSync/Patching/GripPatches.cs index 4406096..82fde8b 100644 --- a/BoneSync/Patching/GripPatches.cs +++ b/BoneSync/Patching/GripPatches.cs @@ -6,6 +6,7 @@ using System.Threading.Tasks; using BoneSync.Sync; using BoneSync.Sync.Components; using HarmonyLib; +using MelonLoader; using StressLevelZero.Interaction; namespace BoneSync.Patching { @@ -24,6 +25,8 @@ namespace BoneSync.Patching if (!(__instance.pullCoroutine != null && !__state)) return; + MelonLogger.Msg("ForcePullGrip.OnFarHandHoverUpdate: " + __instance.name + " Hand: " + hand.name); + InteractableHost interactableHost = __instance.GetComponent(); if (interactableHost == null) return; Syncable syncable = ObjectSync.MakeOrGetSyncable(interactableHost);