From 39bbb98528a48578534251a4891d04285db66f03 Mon Sep 17 00:00:00 2001 From: Derek S <44935661+Derek-R-S@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:57:45 -0500 Subject: [PATCH] Update LightReflectiveMirrorTransport.cs --- UnityTransport/LRMTransport/LightReflectiveMirrorTransport.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/UnityTransport/LRMTransport/LightReflectiveMirrorTransport.cs b/UnityTransport/LRMTransport/LightReflectiveMirrorTransport.cs index 90f7416..f215ed7 100644 --- a/UnityTransport/LRMTransport/LightReflectiveMirrorTransport.cs +++ b/UnityTransport/LRMTransport/LightReflectiveMirrorTransport.cs @@ -99,6 +99,7 @@ namespace LightReflectiveMirror SetTransportPort(port); + this.serverIP = serverIP; _clientSendBuffer = new byte[clientToServerTransport.GetMaxPacketSize()]; clientToServerTransport.ClientConnect(serverIP); }