Skip to content

Commit

Permalink
fix(NetworkManager): FinishStartHost-Don't force localhost (#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGadget1024 committed Feb 1, 2024
1 parent fbd64df commit 5411066
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/Mirror/Core/NetworkManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,6 @@ void FinishStartHost()
// client will do things before the server is even fully started.
//Debug.Log("StartHostClient called");
SetupClient();

networkAddress = "localhost";
RegisterClientMessages();

// InvokeOnConnected needs to be called AFTER RegisterClientMessages
Expand Down

0 comments on commit 5411066

Please sign in to comment.