From 17f8325b3701a82f49b1f97aa225af1c4cdc8957 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 1 Mar 2023 12:05:38 +0100 Subject: [PATCH] Cleanup --- Runtime/Tools/Scripts/Socket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }