mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +00:00
FastChunkSerializer: fix typo
This commit is contained in:
parent
468340d55b
commit
c77e75fa93
@ -34,7 +34,7 @@ use function pack;
|
|||||||
use function unpack;
|
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.
|
* The serialization format **is not intended for permanent storage** and may change without warning.
|
||||||
*/
|
*/
|
||||||
final class FastChunkSerializer{
|
final class FastChunkSerializer{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user