summaryrefslogtreecommitdiffstats
path: root/source/cChunk.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-02 21:51:31 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-02 21:51:31 +0200
commita627a3a261ccb07bbdd5c01d13db912c94f5763f (patch)
tree41f04fb75a9da6e5deff936015334b7298ab1983 /source/cChunk.cpp
parentLeaves decay properly - if they are not connected to a log (diff)
downloadcuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar
cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.gz
cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.bz2
cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.lz
cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.xz
cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.zst
cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.zip
Diffstat (limited to '')
-rw-r--r--source/cChunk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cChunk.cpp b/source/cChunk.cpp
index 6c9165b30..cd94e3413 100644
--- a/source/cChunk.cpp
+++ b/source/cChunk.cpp
@@ -41,8 +41,8 @@
-// Leaves can be this many blocks that away from the log not to decay
-#define LEAVES_CHECK_DISTANCE 4
+// Leaves can be this many blocks that away (inclusive) from the log not to decay
+#define LEAVES_CHECK_DISTANCE 5