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);