summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-04-23 16:57:32 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-04-23 16:57:32 +0200
commit9660c4816f75db569f14f5e40786f246dcde2386 (patch)
treefdb34c5ac0f751834185bcbd81693f9db816e53d
parentMerge pull request #925 from archshift/master (diff)
downloadcuberite-9660c4816f75db569f14f5e40786f246dcde2386.tar
cuberite-9660c4816f75db569f14f5e40786f246dcde2386.tar.gz
cuberite-9660c4816f75db569f14f5e40786f246dcde2386.tar.bz2
cuberite-9660c4816f75db569f14f5e40786f246dcde2386.tar.lz
cuberite-9660c4816f75db569f14f5e40786f246dcde2386.tar.xz
cuberite-9660c4816f75db569f14f5e40786f246dcde2386.tar.zst
cuberite-9660c4816f75db569f14f5e40786f246dcde2386.zip
-rw-r--r--src/Blocks/BlockLeaves.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/BlockLeaves.h b/src/Blocks/BlockLeaves.h
index 8af14686e..d21227b07 100644
--- a/src/Blocks/BlockLeaves.h
+++ b/src/Blocks/BlockLeaves.h
@@ -16,6 +16,7 @@
{ \
case E_BLOCK_LEAVES: a_Area.SetBlockType(x, y, z, (BLOCKTYPE)(E_BLOCK_SPONGE + i + 1)); break; \
case E_BLOCK_LOG: return true; \
+ case E_BLOCK_NEW_LEAVES: a_Area.SetBlockType(x, y, z, (BLOCKTYPE)(E_BLOCK_SPONGE + i + 1)); break; \
case E_BLOCK_NEW_LOG: return true; \
}