This commit is contained in:
Pascal Serrarens 2023-03-01 12:05:38 +01:00
parent a5d3dc6938
commit 17f8325b37

View File

@ -658,7 +658,7 @@ namespace Passer {
} }
Handle handle = attachedHandle; // attachedTransform.GetComponentInChildren<Handle>(); Handle handle = attachedHandle;
if (handle != null) { if (handle != null) {
handle.socket = null; handle.socket = null;
} }