client hello (#1)
This commit is contained in:
@@ -86,10 +86,10 @@ public abstract partial class UWorld : FNetworkNotify, IAsyncDisposable
|
||||
return false;
|
||||
}
|
||||
|
||||
NetDriver = new UIpNetDriver(Url.Host, Url.Port);
|
||||
NetDriver = new UIpNetDriver(Url.Host, Url.Port, IsServer());
|
||||
NetDriver.SetWorld(this);
|
||||
|
||||
if (!NetDriver.Init(this))
|
||||
if (!((UIpNetDriver)NetDriver).InitListen(this))
|
||||
{
|
||||
Logger.Error("Failed to listen");
|
||||
NetDriver = null;
|
||||
|
||||
Reference in New Issue
Block a user