diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-27 21:38:11 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-27 21:38:11 +0200 |
commit | f1f86c46d37051b16a70bbc3c0c663873ccdf2eb (patch) | |
tree | a2248ae30558a7cb0b4e460c415c2107e48801c1 /source/BlockID.cpp | |
parent | Fixed iron door opening by hand (diff) | |
download | cuberite-f1f86c46d37051b16a70bbc3c0c663873ccdf2eb.tar cuberite-f1f86c46d37051b16a70bbc3c0c663873ccdf2eb.tar.gz cuberite-f1f86c46d37051b16a70bbc3c0c663873ccdf2eb.tar.bz2 cuberite-f1f86c46d37051b16a70bbc3c0c663873ccdf2eb.tar.lz cuberite-f1f86c46d37051b16a70bbc3c0c663873ccdf2eb.tar.xz cuberite-f1f86c46d37051b16a70bbc3c0c663873ccdf2eb.tar.zst cuberite-f1f86c46d37051b16a70bbc3c0c663873ccdf2eb.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index 40664647a..b53507f17 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -782,7 +782,7 @@ public: g_BlockIsSolid[E_BLOCK_NETHER_PORTAL] = false; g_BlockIsSolid[E_BLOCK_PISTON] = false; g_BlockIsSolid[E_BLOCK_PISTON_EXTENSION] = false; - g_BlockIsSolid[E_BLOCK_RAIL] = false; + g_BlockIsSolid[E_BLOCK_RAIL] = true; g_BlockIsSolid[E_BLOCK_REDSTONE_REPEATER_OFF] = false; g_BlockIsSolid[E_BLOCK_REDSTONE_REPEATER_ON] = false; g_BlockIsSolid[E_BLOCK_REDSTONE_TORCH_OFF] = false; |