diff --git a/Assets/Mirror/Runtime/NetworkConnection.cs b/Assets/Mirror/Runtime/NetworkConnection.cs index bf359f554..a8c8a7a36 100644 --- a/Assets/Mirror/Runtime/NetworkConnection.cs +++ b/Assets/Mirror/Runtime/NetworkConnection.cs @@ -21,6 +21,7 @@ public class NetworkConnection : IDisposable // this is always true for regular connections, false for local // connections because it's set in the constructor and never reset. + [Obsolete("isConnected will be removed because it's pointless. A NetworkConnection is always connected.")] public bool isConnected { get; protected set; } public NetworkConnection(string networkAddress)