From f87e7e542926f2e4538afc140ab7b9a5894390fd Mon Sep 17 00:00:00 2001 From: GameFixxer <63039301+GameFixxer@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:15:56 +0200 Subject: [PATCH] Clean up FacepunchTransport.cs by removing an end region Remove redundant end region directive. --- .../Runtime/FacepunchTransport.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Transports/com.community.netcode.transport.facepunch/Runtime/FacepunchTransport.cs b/Transports/com.community.netcode.transport.facepunch/Runtime/FacepunchTransport.cs index 0fc838d8..631fcf8d 100644 --- a/Transports/com.community.netcode.transport.facepunch/Runtime/FacepunchTransport.cs +++ b/Transports/com.community.netcode.transport.facepunch/Runtime/FacepunchTransport.cs @@ -284,7 +284,5 @@ unsafe void ISocketManager.OnMessage(SocketConnection connection, NetIdentity id } #endregion - - #endregion } }