From ebdd36f6fcb8bf9f31338565826650a35cb07ca7 Mon Sep 17 00:00:00 2001 From: Robin Rolf Date: Tue, 30 Jan 2024 02:19:54 +0100 Subject: [PATCH] comment --- Assets/Mirror/Core/InterestManagementBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Core/InterestManagementBase.cs b/Assets/Mirror/Core/InterestManagementBase.cs index 5c6618aff..b8e1311a4 100644 --- a/Assets/Mirror/Core/InterestManagementBase.cs +++ b/Assets/Mirror/Core/InterestManagementBase.cs @@ -88,7 +88,7 @@ protected void AddObserversAllReady(NetworkIdentity identity) } } - /// Removes all observers from this identity + /// For ForceHidden: Removes all observers from this identity protected void ClearObservers(NetworkIdentity identity) { foreach (NetworkConnectionToClient connection in identity.observers.Values)