comment formatting

This commit is contained in:
vis2k 2021-03-13 13:15:00 +08:00
parent a5224ecd10
commit 5e7c873af9

View File

@ -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)
{