diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-09-19 10:34:08 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-09-19 10:34:08 +0200 |
commit | c5f590d460f75e91d428ecd7758d1bb0910c0942 (patch) | |
tree | e70f9b2b5996c6439af396d97e90ad8df18ec74e /src/ChunkSender.h | |
parent | cFinishGenPreSimulator: Preserve sand meta (#4025) (diff) | |
download | cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.gz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.bz2 cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.lz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.xz cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.tar.zst cuberite-c5f590d460f75e91d428ecd7758d1bb0910c0942.zip |
Diffstat (limited to 'src/ChunkSender.h')
-rw-r--r-- | src/ChunkSender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkSender.h b/src/ChunkSender.h index 5263e4df5..a17dfcab2 100644 --- a/src/ChunkSender.h +++ b/src/ChunkSender.h @@ -1,4 +1,4 @@ - + // ChunkSender.h // Interfaces to the cChunkSender class representing the thread that waits for chunks becoming ready (loaded / generated) and sends them to clients |