From 71c4617361bcff7cc23785102fc49ef5addca4ce Mon Sep 17 00:00:00 2001 From: Kaerendill <58739703+Kaerendill@users.noreply.github.com> Date: Sun, 3 May 2026 09:33:25 +0200 Subject: [PATCH] FacepunchTransport.cs remove duplicate #endregion Remove a duplicated #endregion at the end of file --- .../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 } }