Update LightReflectiveMirrorTransport.cs
This commit is contained in:
parent
9bcba0e004
commit
39bbb98528
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ namespace LightReflectiveMirror
|
|||
|
||||
SetTransportPort(port);
|
||||
|
||||
this.serverIP = serverIP;
|
||||
_clientSendBuffer = new byte[clientToServerTransport.GetMaxPacketSize()];
|
||||
clientToServerTransport.ClientConnect(serverIP);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue