diff options
author | Mattes D <github@xoft.cz> | 2014-01-15 11:42:24 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-15 11:42:24 +0100 |
commit | 457e93f1edcd59d6110ea4c1ad4215438b656ea0 (patch) | |
tree | cb483c46f3d1ff3da6467ec867388041c038416f /src/BlockID.cpp | |
parent | Updated GETTING-STARTED.md to remove completed issues (diff) | |
parent | Yes newline at end of file :D (diff) | |
download | cuberite-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.cpp | 1 |
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; |