mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Call OnClientConnect in FinishLoadScene (#1357)
This commit is contained in:
parent
ba3f855c98
commit
8e77da3424
@ -773,6 +773,7 @@ void FinishLoadScene()
|
||||
|
||||
if (clientReadyConnection != null)
|
||||
{
|
||||
OnClientConnect(clientReadyConnection);
|
||||
clientLoadedScene = true;
|
||||
clientReadyConnection = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user