summaryrefslogtreecommitdiffstats
path: root/src/Blocks
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-03-16 16:15:22 +0100
committermadmaxoft <github@xoft.cz>2014-03-16 21:39:01 +0100
commitc5740c27a9ac7df1baca802caa0bb8a45cb8005a (patch)
treedfe66c88876bd9d6d48da0e9a1761ca4aeebbd18 /src/Blocks
parentAdd new leaves to all classes. (diff)
downloadcuberite-c5740c27a9ac7df1baca802caa0bb8a45cb8005a.tar
cuberite-c5740c27a9ac7df1baca802caa0bb8a45cb8005a.tar.gz
cuberite-c5740c27a9ac7df1baca802caa0bb8a45cb8005a.tar.bz2
cuberite-c5740c27a9ac7df1baca802caa0bb8a45cb8005a.tar.lz
cuberite-c5740c27a9ac7df1baca802caa0bb8a45cb8005a.tar.xz
cuberite-c5740c27a9ac7df1baca802caa0bb8a45cb8005a.tar.zst
cuberite-c5740c27a9ac7df1baca802caa0bb8a45cb8005a.zip
Diffstat (limited to 'src/Blocks')
-rw-r--r--src/Blocks/BlockLeaves.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockLeaves.h b/src/Blocks/BlockLeaves.h
index 954b993d6..a6d3373c1 100644
--- a/src/Blocks/BlockLeaves.h
+++ b/src/Blocks/BlockLeaves.h
@@ -87,7 +87,7 @@ public:
return;
}
- if ((Meta & 0x8) == 0)
+ if ((Meta & 0x8) != 0)
{
// These leaves have been checked for decay lately and nothing around them changed
return;