diff --git a/Assets/Mirror/Runtime/ClientScene.cs b/Assets/Mirror/Runtime/ClientScene.cs index aaed283c3..a356f00d6 100644 --- a/Assets/Mirror/Runtime/ClientScene.cs +++ b/Assets/Mirror/Runtime/ClientScene.cs @@ -1029,7 +1029,8 @@ static void CheckForLocalPlayer(NetworkIdentity identity) { if (identity == localPlayer) { - // Set isLocalPlayer to true on this NetworkIdentity and trigger OnStartLocalPlayer in all scripts on the same GO + // Set isLocalPlayer to true on this NetworkIdentity and trigger + // OnStartLocalPlayer in all scripts on the same GO identity.connectionToServer = readyConnection; identity.OnStartLocalPlayer();