summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2021-04-10 21:01:01 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2021-04-12 23:35:07 +0200
commitd06930de7592e731493cbe5f3004ee3d1457a38f (patch)
tree292b6ab71cea21b83dd6068c338802750b7f6598 /src/Chunk.h
parentHoppers: use 'locked' bit in meta (diff)
downloadcuberite-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.h2
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 */