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); }