diff --git a/Assets/Mirror/Runtime/NetworkIdentity.cs b/Assets/Mirror/Runtime/NetworkIdentity.cs index a1a1f0a3c..e3aad0f85 100644 --- a/Assets/Mirror/Runtime/NetworkIdentity.cs +++ b/Assets/Mirror/Runtime/NetworkIdentity.cs @@ -1006,7 +1006,6 @@ internal void Reset() clientAuthorityOwner = null; } - // MirrorUpdate is a hot path. Caching the vars msg is really worth it to // avoid large amounts of allocations. static UpdateVarsMessage varsMessage = new UpdateVarsMessage();