Skip to content

Commit

Permalink
fix: remove last start call
Browse files Browse the repository at this point in the history
  • Loading branch information
uweeby committed Feb 3, 2021
1 parent 9ff2e43 commit b8fc97d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ async UniTask StartClient(int i, string networkAddress)
spawner.PlayerPrefab = PlayerPrefab.GetComponent<NetworkIdentity>();
spawner.ClientObjectManager = objectManager;
spawner.SceneManager = networkSceneManager;
spawner.Start();

client.Transport = transport;

Expand Down

0 comments on commit b8fc97d

Please sign in to comment.