diff --git a/Assets/Mirror/Runtime/NetworkServer.cs b/Assets/Mirror/Runtime/NetworkServer.cs index 94af58cd9..4ec0f3d38 100644 --- a/Assets/Mirror/Runtime/NetworkServer.cs +++ b/Assets/Mirror/Runtime/NetworkServer.cs @@ -467,7 +467,7 @@ internal static void Update() { if (kvp.Value != null && kvp.Value.gameObject != null) { - kvp.Value.MirrorUpdate(); + kvp.Value.ServerUpdate(); } else {