comment formatting

This commit is contained in:
vis2k 2021-03-06 18:39:38 +08:00
parent 89ea278036
commit 2d421df9c7

View File

@ -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();