summaryrefslogtreecommitdiffstats
path: root/src/BlockID.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-01-15 11:42:24 +0100
committerMattes D <github@xoft.cz>2014-01-15 11:42:24 +0100
commit457e93f1edcd59d6110ea4c1ad4215438b656ea0 (patch)
treecb483c46f3d1ff3da6467ec867388041c038416f /src/BlockID.cpp
parentUpdated GETTING-STARTED.md to remove completed issues (diff)
parentYes newline at end of file :D (diff)
downloadcuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.gz
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.bz2
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.lz
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.xz
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.tar.zst
cuberite-457e93f1edcd59d6110ea4c1ad4215438b656ea0.zip
Diffstat (limited to 'src/BlockID.cpp')
-rw-r--r--src/BlockID.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockID.cpp b/src/BlockID.cpp
index 69a3a817c..095865d07 100644
--- a/src/BlockID.cpp
+++ b/src/BlockID.cpp
@@ -767,6 +767,7 @@ public:
g_BlockIsSolid[E_BLOCK_MELON_STEM] = false;
g_BlockIsSolid[E_BLOCK_NETHER_PORTAL] = false;
g_BlockIsSolid[E_BLOCK_PISTON_EXTENSION] = false;
+ g_BlockIsSolid[E_BLOCK_POWERED_RAIL] = false;
g_BlockIsSolid[E_BLOCK_RAIL] = false;
g_BlockIsSolid[E_BLOCK_REDSTONE_TORCH_OFF] = false;
g_BlockIsSolid[E_BLOCK_REDSTONE_TORCH_ON] = false;