This commit is contained in:
vis2k 2021-02-18 14:05:19 +08:00
parent cc68c854e7
commit fd29828512

View File

@ -101,10 +101,7 @@ internal static void InternalAddPlayer(NetworkIdentity identity)
{
readyConnection.identity = identity;
}
else
{
Debug.LogWarning("No ready connection found for setting player controller during InternalAddPlayer");
}
else Debug.LogWarning("No ready connection found for setting player controller during InternalAddPlayer");
}
/// <summary>