summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-04-06 21:45:55 +0200
committerHowaner <franzi.moos@googlemail.com>2014-04-06 21:45:55 +0200
commit4d7b250a509213fa7043b3670c6a393a3683fc69 (patch)
tree7d539af52515c634e4f3f6e1c579dfe6d6339589 /src/Blocks/BlockHandler.h
parentMerge branch 'master' into Slabs (diff)
downloadcuberite-4d7b250a509213fa7043b3670c6a393a3683fc69.tar
cuberite-4d7b250a509213fa7043b3670c6a393a3683fc69.tar.gz
cuberite-4d7b250a509213fa7043b3670c6a393a3683fc69.tar.bz2
cuberite-4d7b250a509213fa7043b3670c6a393a3683fc69.tar.lz
cuberite-4d7b250a509213fa7043b3670c6a393a3683fc69.tar.xz
cuberite-4d7b250a509213fa7043b3670c6a393a3683fc69.tar.zst
cuberite-4d7b250a509213fa7043b3670c6a393a3683fc69.zip
Diffstat (limited to '')
-rw-r--r--src/Blocks/BlockHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h
index 760db02fe..4d6a2abb6 100644
--- a/src/Blocks/BlockHandler.h
+++ b/src/Blocks/BlockHandler.h
@@ -86,7 +86,7 @@ public:
/// Checks if the block can stay at the specified relative coords in the chunk
virtual bool CanBeAt(cChunkInterface & a_ChunkInterface, int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk);
- /** Can spread the block under this block to grass? */
+ /** Can change the block under this block to grass? */
virtual bool CanChangeDirtToGrass(BLOCKTYPE a_Block, NIBBLETYPE a_Meta);
/** Checks if the block can be placed at this point.