summaryrefslogtreecommitdiffstats
path: root/source/BlockID.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-07 13:24:56 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-07 13:24:56 +0200
commit4f1222b20abc08ce7eab3eead383adc6e8ca3024 (patch)
treefb3fe5040194e1fd94c7e58c712ca4795925d9d4 /source/BlockID.cpp
parentMultiple packets are serialized in one request. (diff)
downloadcuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar
cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.gz
cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.bz2
cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.lz
cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.xz
cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.tar.zst
cuberite-4f1222b20abc08ce7eab3eead383adc6e8ca3024.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp
index f6e2b686d..567df3c3d 100644
--- a/source/BlockID.cpp
+++ b/source/BlockID.cpp
@@ -225,6 +225,7 @@ public:
g_BlockTransparent[E_BLOCK_SNOW] = true;
g_BlockTransparent[E_BLOCK_TALL_GRASS] = true;
g_BlockTransparent[E_BLOCK_TORCH] = true;
+ g_BlockTransparent[E_BLOCK_VINES] = true;
g_BlockTransparent[E_BLOCK_WALLSIGN] = true;
g_BlockTransparent[E_BLOCK_YELLOW_FLOWER] = true;