mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
fix(NetworkManager): FinishStartHost-Don't force localhost (#3759)
This commit is contained in:
parent
c17ebbc0f4
commit
e5dbf0dcda
@ -586,8 +586,6 @@ void FinishStartHost()
|
|||||||
// client will do things before the server is even fully started.
|
// client will do things before the server is even fully started.
|
||||||
//Debug.Log("StartHostClient called");
|
//Debug.Log("StartHostClient called");
|
||||||
SetupClient();
|
SetupClient();
|
||||||
|
|
||||||
networkAddress = "localhost";
|
|
||||||
RegisterClientMessages();
|
RegisterClientMessages();
|
||||||
|
|
||||||
// InvokeOnConnected needs to be called AFTER RegisterClientMessages
|
// InvokeOnConnected needs to be called AFTER RegisterClientMessages
|
||||||
|
Loading…
Reference in New Issue
Block a user