diff --git a/Runtime/Tools/Scripts/Socket.cs b/Runtime/Tools/Scripts/Socket.cs index 51ec833..8fc4ee0 100644 --- a/Runtime/Tools/Scripts/Socket.cs +++ b/Runtime/Tools/Scripts/Socket.cs @@ -658,7 +658,7 @@ namespace Passer { } - Handle handle = attachedHandle; // attachedTransform.GetComponentInChildren(); + Handle handle = attachedHandle; if (handle != null) { handle.socket = null; }