diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-13 00:57:02 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-13 00:57:02 +0200 |
commit | 22b8f3a2e0d46b36658fd46fc3e14af85b9dfe45 (patch) | |
tree | ce3313ef732b7e0c6e15d9ee0982432a4fd845f6 /source/BlockID.cpp | |
parent | Fixed water speed issues (diff) | |
download | cuberite-22b8f3a2e0d46b36658fd46fc3e14af85b9dfe45.tar cuberite-22b8f3a2e0d46b36658fd46fc3e14af85b9dfe45.tar.gz cuberite-22b8f3a2e0d46b36658fd46fc3e14af85b9dfe45.tar.bz2 cuberite-22b8f3a2e0d46b36658fd46fc3e14af85b9dfe45.tar.lz cuberite-22b8f3a2e0d46b36658fd46fc3e14af85b9dfe45.tar.xz cuberite-22b8f3a2e0d46b36658fd46fc3e14af85b9dfe45.tar.zst cuberite-22b8f3a2e0d46b36658fd46fc3e14af85b9dfe45.zip |
Diffstat (limited to 'source/BlockID.cpp')
-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 b53507f17..40664647a 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] = true; + g_BlockIsSolid[E_BLOCK_RAIL] = false; g_BlockIsSolid[E_BLOCK_REDSTONE_REPEATER_OFF] = false; g_BlockIsSolid[E_BLOCK_REDSTONE_REPEATER_ON] = false; g_BlockIsSolid[E_BLOCK_REDSTONE_TORCH_OFF] = false; |