mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Put the return back in ClientConnect (#1324)
This commit is contained in:
parent
c51b8c7508
commit
b479b8ee51
@ -61,7 +61,7 @@ public override void ClientConnect(string address)
|
||||
{
|
||||
available = transport;
|
||||
transport.ClientConnect(address);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
throw new Exception("No transport suitable for this platform");
|
||||
|
Loading…
Reference in New Issue
Block a user