diff --git a/Assets/Mirror/Core/NetworkIdentity.cs b/Assets/Mirror/Core/NetworkIdentity.cs index 666c77e9a..b6860160c 100644 --- a/Assets/Mirror/Core/NetworkIdentity.cs +++ b/Assets/Mirror/Core/NetworkIdentity.cs @@ -1114,7 +1114,7 @@ internal NetworkIdentitySerialization GetServerSerializationAtTick(int tick) // 'lastSerialization.tick != tick' scope. // so only do it once. // - // NOTE: not in Serializell as that should only do one + // NOTE: not in SerializeAll as that should only do one // thing: serialize data. // //