summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-15 15:06:23 +0100
committerMattes D <github@xoft.cz>2014-02-15 15:06:23 +0100
commit48eafee823cb979ded833b5311c0f5c37a8ca0f2 (patch)
treefad70a53bd337fa152f661e32422da5b9699096e /src/Simulator/IncrementalRedstoneSimulator.h
parentMerge pull request #677 from mc-server/BroadcastParticleEffect (diff)
parentFixed typographical error (diff)
downloadcuberite-48eafee823cb979ded833b5311c0f5c37a8ca0f2.tar
cuberite-48eafee823cb979ded833b5311c0f5c37a8ca0f2.tar.gz
cuberite-48eafee823cb979ded833b5311c0f5c37a8ca0f2.tar.bz2
cuberite-48eafee823cb979ded833b5311c0f5c37a8ca0f2.tar.lz
cuberite-48eafee823cb979ded833b5311c0f5c37a8ca0f2.tar.xz
cuberite-48eafee823cb979ded833b5311c0f5c37a8ca0f2.tar.zst
cuberite-48eafee823cb979ded833b5311c0f5c37a8ca0f2.zip
Diffstat (limited to '')
-rw-r--r--src/Simulator/IncrementalRedstoneSimulator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator.h b/src/Simulator/IncrementalRedstoneSimulator.h
index 3397e143c..a3da13584 100644
--- a/src/Simulator/IncrementalRedstoneSimulator.h
+++ b/src/Simulator/IncrementalRedstoneSimulator.h
@@ -207,6 +207,10 @@ private:
case E_BLOCK_REDSTONE_REPEATER_ON:
case E_BLOCK_BLOCK_OF_REDSTONE:
case E_BLOCK_ACTIVE_COMPARATOR:
+ case E_BLOCK_HEAVY_WEIGHTED_PRESSURE_PLATE:
+ case E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE:
+ case E_BLOCK_STONE_PRESSURE_PLATE:
+ case E_BLOCK_WOODEN_PRESSURE_PLATE:
{
return true;
}