From fb3d3dac1ec0f698e328b40fdcb0a483910b57a2 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 28 Jul 2020 00:08:57 +0100 Subject: [PATCH] Correct Serialise393/477 version annotations --- src/Protocol/ChunkDataSerializer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Protocol/ChunkDataSerializer.h b/src/Protocol/ChunkDataSerializer.h index ce80cc481..98489d03d 100644 --- a/src/Protocol/ChunkDataSerializer.h +++ b/src/Protocol/ChunkDataSerializer.h @@ -36,8 +36,9 @@ protected: void Serialize47 (const std::vector & a_SendTo); // Release 1.8 void Serialize107(const std::vector & a_SendTo); // Release 1.9 void Serialize110(const std::vector & a_SendTo); // Release 1.9.4 - template void Serialize393(const std::vector & a_SendTo); // Release 1.13 - 1.13.1 - void Serialize477(const std::vector & a_SendTo); // Release 1.13 - 1.13.1 + template + void Serialize393(const std::vector & a_SendTo); // Release 1.13 - 1.13.2 + void Serialize477(const std::vector & a_SendTo); // Release 1.14 - 1.14.4 /** Writes all blocks in a chunk section into a series of Int64. Writes start from the bit directly subsequent to the previous write's end, possibly crossing over to the next Int64. */