summaryrefslogtreecommitdiffstats
path: root/src/Simulator/SandSimulator.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-09-30 20:04:49 +0200
committerHowaner <franzi.moos@googlemail.com>2014-09-30 20:04:49 +0200
commit83973520c8492225e5ea02ebfd0a5d47b7e35f85 (patch)
tree74f0a247304d40bb528bf5200e64876b75055bc9 /src/Simulator/SandSimulator.cpp
parentFixed 1.8 doors. (diff)
downloadcuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.gz
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.bz2
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.lz
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.xz
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.zst
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.zip
Diffstat (limited to 'src/Simulator/SandSimulator.cpp')
-rw-r--r--src/Simulator/SandSimulator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Simulator/SandSimulator.cpp b/src/Simulator/SandSimulator.cpp
index e8887ce59..aad41e463 100644
--- a/src/Simulator/SandSimulator.cpp
+++ b/src/Simulator/SandSimulator.cpp
@@ -160,6 +160,7 @@ bool cSandSimulator::CanContinueFallThrough(BLOCKTYPE a_BlockType)
case E_BLOCK_FIRE:
case E_BLOCK_FLOWER_POT:
case E_BLOCK_HEAVY_WEIGHTED_PRESSURE_PLATE:
+ case E_BLOCK_IRON_TRAPDOOR:
case E_BLOCK_LAVA:
case E_BLOCK_LEVER:
case E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE: