From d951739841d9ed0e345b5766b99c441244aa4b44 Mon Sep 17 00:00:00 2001 From: vis2k Date: Sat, 15 May 2021 18:22:32 +0800 Subject: [PATCH] oops --- Assets/Mirror/Runtime/NetworkServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Runtime/NetworkServer.cs b/Assets/Mirror/Runtime/NetworkServer.cs index 0233b4595..5f2cd9396 100644 --- a/Assets/Mirror/Runtime/NetworkServer.cs +++ b/Assets/Mirror/Runtime/NetworkServer.cs @@ -1478,7 +1478,7 @@ internal static void NetworkLateUpdate() // for each entity that this connection is seeing, // sorted by priority (see NetworkConnection.observing) - foreach (NetworkIdentity identity in connection.observing) + foreach (NetworkIdentity identity in sorted) { // make sure it's not null or destroyed. // (which can happen if someone uses