Put the return back in ClientConnect (#1324)

This commit is contained in:
MrGadget 2019-12-20 15:16:45 -05:00 committed by vis2k
parent c51b8c7508
commit b479b8ee51

View File

@ -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");