diff --git a/Assets/Mirror/Runtime/NetworkClient.cs b/Assets/Mirror/Runtime/NetworkClient.cs index b9fbce804..40fed58ec 100644 --- a/Assets/Mirror/Runtime/NetworkClient.cs +++ b/Assets/Mirror/Runtime/NetworkClient.cs @@ -29,6 +29,7 @@ public static class NetworkClient /// The NetworkConnection object that is currently "ready". // TODO this is from UNET. it's redundant and we should probably obsolete it. + [Obsolete("NetworkClient.readyConnection is redundant. Use NetworkClient.connection and use NetworkClient.ready to check if it's ready.")] public static NetworkConnection readyConnection => ready ? connection : null; /// NetworkIdentity of the localPlayer