diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-03-16 16:15:22 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-16 21:39:01 +0100 |
commit | c5740c27a9ac7df1baca802caa0bb8a45cb8005a (patch) | |
tree | dfe66c88876bd9d6d48da0e9a1761ca4aeebbd18 | |
parent | Add new leaves to all classes. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Blocks/BlockLeaves.h | 2 |
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; |