This commit is contained in:
mischa 2023-08-03 12:09:40 +08:00
parent d2c475409f
commit e45c8e2e37

View File

@ -1114,7 +1114,7 @@ internal NetworkIdentitySerialization GetServerSerializationAtTick(int tick)
// 'lastSerialization.tick != tick' scope. // 'lastSerialization.tick != tick' scope.
// so only do it once. // 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. // thing: serialize data.
// //
// //