diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-12-11 19:42:38 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-12-11 19:42:38 +0100 |
commit | cd35bd2c494d82a6a015b00c19c12207de5f7b61 (patch) | |
tree | cc80e5eaf8bd1aa4d32625c72e1a0c9baef37ebb /src | |
parent | Merge pull request #417 from mc-server/WorldUpdate (diff) | |
download | cuberite-cd35bd2c494d82a6a015b00c19c12207de5f7b61.tar cuberite-cd35bd2c494d82a6a015b00c19c12207de5f7b61.tar.gz cuberite-cd35bd2c494d82a6a015b00c19c12207de5f7b61.tar.bz2 cuberite-cd35bd2c494d82a6a015b00c19c12207de5f7b61.tar.lz cuberite-cd35bd2c494d82a6a015b00c19c12207de5f7b61.tar.xz cuberite-cd35bd2c494d82a6a015b00c19c12207de5f7b61.tar.zst cuberite-cd35bd2c494d82a6a015b00c19c12207de5f7b61.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/RedstoneSimulator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Simulator/RedstoneSimulator.h b/src/Simulator/RedstoneSimulator.h index 1d85c0634..7c1fd62e8 100644 --- a/src/Simulator/RedstoneSimulator.h +++ b/src/Simulator/RedstoneSimulator.h @@ -150,6 +150,9 @@ private: switch (Block) { // Add SOLID but not viable middle blocks here + case E_BLOCK_PISTON: + case E_BLOCK_PISTON_EXTENSION: + case E_BLOCK_STICKY_PISTON: case E_BLOCK_REDSTONE_REPEATER_ON: case E_BLOCK_REDSTONE_REPEATER_OFF: { |