diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-10 21:01:01 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-12 23:35:07 +0200 |
commit | d06930de7592e731493cbe5f3004ee3d1457a38f (patch) | |
tree | 292b6ab71cea21b83dd6068c338802750b7f6598 /src/Chunk.h | |
parent | Hoppers: use 'locked' bit in meta (diff) | |
download | cuberite-d06930de7592e731493cbe5f3004ee3d1457a38f.tar cuberite-d06930de7592e731493cbe5f3004ee3d1457a38f.tar.gz cuberite-d06930de7592e731493cbe5f3004ee3d1457a38f.tar.bz2 cuberite-d06930de7592e731493cbe5f3004ee3d1457a38f.tar.lz cuberite-d06930de7592e731493cbe5f3004ee3d1457a38f.tar.xz cuberite-d06930de7592e731493cbe5f3004ee3d1457a38f.tar.zst cuberite-d06930de7592e731493cbe5f3004ee3d1457a38f.zip |
Diffstat (limited to 'src/Chunk.h')
-rw-r--r-- | src/Chunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h index b8c9b75ae..9178c6f1b 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -552,7 +552,7 @@ private: /** Checks the block scheduled for checking in m_ToTickBlocks[] */ void CheckBlocks(); - /** Ticks several random blocks in the chunk */ + /** Ticks several random blocks in the chunk. */ void TickBlocks(void); /** Adds snow to the top of snowy biomes and hydrates farmland / fills cauldrons in rainy biomes */ |