summaryrefslogtreecommitdiffstats
path: root/src/ChunkMap.h
diff options
context:
space:
mode:
authortycho <work.tycho@gmail.com>2015-05-31 16:28:38 +0200
committertycho <work.tycho@gmail.com>2015-06-05 23:31:21 +0200
commitbfe52277b4a17c4a3a97bf479e20d7b5f0f068d2 (patch)
tree8039f30cb090e5e5aed4f26e257bf13338e7769e /src/ChunkMap.h
parentMoved Chunk Broadcasts over to the regular queue (diff)
downloadcuberite-bfe52277b4a17c4a3a97bf479e20d7b5f0f068d2.tar
cuberite-bfe52277b4a17c4a3a97bf479e20d7b5f0f068d2.tar.gz
cuberite-bfe52277b4a17c4a3a97bf479e20d7b5f0f068d2.tar.bz2
cuberite-bfe52277b4a17c4a3a97bf479e20d7b5f0f068d2.tar.lz
cuberite-bfe52277b4a17c4a3a97bf479e20d7b5f0f068d2.tar.xz
cuberite-bfe52277b4a17c4a3a97bf479e20d7b5f0f068d2.tar.zst
cuberite-bfe52277b4a17c4a3a97bf479e20d7b5f0f068d2.zip
Diffstat (limited to 'src/ChunkMap.h')
-rw-r--r--src/ChunkMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkMap.h b/src/ChunkMap.h
index 64e83f3f6..916a3433d 100644
--- a/src/ChunkMap.h
+++ b/src/ChunkMap.h
@@ -302,7 +302,7 @@ public:
Returns false if there's no command block at those coords or callback returns true, returns true if found. */
bool DoWithCommandBlockAt(int a_BlockX, int a_BlockY, int a_BlockZ, cCommandBlockCallback & a_Callback); // Lua-accessible
- /** Calls the callback for the mob head block at the specified coords.chu
+ /** Calls the callback for the mob head block at the specified coords.
Returns false if there's no mob head block at those coords or callback returns true, returns true if found. */
bool DoWithMobHeadAt(int a_BlockX, int a_BlockY, int a_BlockZ, cMobHeadCallback & a_Callback); // Lua-accessible