diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-03-16 14:01:22 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-03-27 23:20:28 +0100 |
commit | 7089c5e2671d2bf7781ab2eab7129bb5bd25b1a1 (patch) | |
tree | 94e17afec06766cbb985e3095f79027d2af1d50d /src/Blocks | |
parent | cPrefab can draw itself into a cChunkDesc. (diff) | |
download | cuberite-7089c5e2671d2bf7781ab2eab7129bb5bd25b1a1.tar cuberite-7089c5e2671d2bf7781ab2eab7129bb5bd25b1a1.tar.gz cuberite-7089c5e2671d2bf7781ab2eab7129bb5bd25b1a1.tar.bz2 cuberite-7089c5e2671d2bf7781ab2eab7129bb5bd25b1a1.tar.lz cuberite-7089c5e2671d2bf7781ab2eab7129bb5bd25b1a1.tar.xz cuberite-7089c5e2671d2bf7781ab2eab7129bb5bd25b1a1.tar.zst cuberite-7089c5e2671d2bf7781ab2eab7129bb5bd25b1a1.zip |
Diffstat (limited to 'src/Blocks')
-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 a6d3373c1..954b993d6 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; |