mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
comment formatting
This commit is contained in:
parent
a5224ecd10
commit
5e7c873af9
@ -1227,7 +1227,9 @@ public virtual void OnClientConnect(NetworkConnection conn)
|
||||
// clientLoadedScene flag to prevent it.
|
||||
if (!clientLoadedScene)
|
||||
{
|
||||
// Ready/AddPlayer is usually triggered by a scene load completing. if no scene was loaded, then Ready/AddPlayer it here instead.
|
||||
// Ready/AddPlayer is usually triggered by a scene load
|
||||
// completing. if no scene was loaded, then Ready/AddPlayer it
|
||||
// here instead.
|
||||
if (!NetworkClient.ready) NetworkClient.Ready(conn);
|
||||
if (autoCreatePlayer)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user