diff --git a/src/pocketmine/world/format/io/FastChunkSerializer.php b/src/pocketmine/world/format/io/FastChunkSerializer.php index b86b05446..0620cc40c 100644 --- a/src/pocketmine/world/format/io/FastChunkSerializer.php +++ b/src/pocketmine/world/format/io/FastChunkSerializer.php @@ -34,7 +34,7 @@ use function pack; use function unpack; /** - * This class provides a serializer used for transmitting chunks between chunks. + * This class provides a serializer used for transmitting chunks between threads. * The serialization format **is not intended for permanent storage** and may change without warning. */ final class FastChunkSerializer{