diff options
author | Mattes D <github@xoft.cz> | 2014-02-20 22:14:16 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-02-20 22:14:16 +0100 |
commit | 6c9779630e1c1101198f2e5c2d885c3bdf5163cc (patch) | |
tree | 34d86fc72a8dcc1531d17cdf7970920e3cbbf199 /src/Simulator/SandSimulator.cpp | |
parent | Merge pull request #702 from TheJumper/master (diff) | |
parent | Bad UTF-8 o.O (diff) | |
download | cuberite-6c9779630e1c1101198f2e5c2d885c3bdf5163cc.tar cuberite-6c9779630e1c1101198f2e5c2d885c3bdf5163cc.tar.gz cuberite-6c9779630e1c1101198f2e5c2d885c3bdf5163cc.tar.bz2 cuberite-6c9779630e1c1101198f2e5c2d885c3bdf5163cc.tar.lz cuberite-6c9779630e1c1101198f2e5c2d885c3bdf5163cc.tar.xz cuberite-6c9779630e1c1101198f2e5c2d885c3bdf5163cc.tar.zst cuberite-6c9779630e1c1101198f2e5c2d885c3bdf5163cc.zip |
Diffstat (limited to 'src/Simulator/SandSimulator.cpp')
-rw-r--r-- | src/Simulator/SandSimulator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simulator/SandSimulator.cpp b/src/Simulator/SandSimulator.cpp index 87fb83357..f305ba61a 100644 --- a/src/Simulator/SandSimulator.cpp +++ b/src/Simulator/SandSimulator.cpp @@ -158,8 +158,10 @@ bool cSandSimulator::CanContinueFallThrough(BLOCKTYPE a_BlockType) case E_BLOCK_DETECTOR_RAIL: case E_BLOCK_FIRE: case E_BLOCK_FLOWER_POT: + case E_BLOCK_HEAVY_WEIGHTED_PRESSURE_PLATE: case E_BLOCK_LAVA: case E_BLOCK_LEVER: + case E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE: case E_BLOCK_MINECART_TRACKS: case E_BLOCK_MELON_STEM: case E_BLOCK_POWERED_RAIL: |