summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasy98 <masy@antheruscraft.de>2014-10-01 18:08:31 +0200
committerMasy98 <masy@antheruscraft.de>2014-10-01 18:08:31 +0200
commit1d875d0bc8d1cf91baa20b592b19a1167cad978a (patch)
tree988ff0161522651689773055b3548c7fbe7f08ef
parentFixed ":" (diff)
downloadcuberite-1d875d0bc8d1cf91baa20b592b19a1167cad978a.tar
cuberite-1d875d0bc8d1cf91baa20b592b19a1167cad978a.tar.gz
cuberite-1d875d0bc8d1cf91baa20b592b19a1167cad978a.tar.bz2
cuberite-1d875d0bc8d1cf91baa20b592b19a1167cad978a.tar.lz
cuberite-1d875d0bc8d1cf91baa20b592b19a1167cad978a.tar.xz
cuberite-1d875d0bc8d1cf91baa20b592b19a1167cad978a.tar.zst
cuberite-1d875d0bc8d1cf91baa20b592b19a1167cad978a.zip
-rw-r--r--src/Blocks/BlockPiston.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Blocks/BlockPiston.h b/src/Blocks/BlockPiston.h
index 05bc3d3f9..f868f4d8e 100644
--- a/src/Blocks/BlockPiston.h
+++ b/src/Blocks/BlockPiston.h
@@ -100,6 +100,7 @@ private:
case E_BLOCK_BREWING_STAND:
case E_BLOCK_CHEST:
case E_BLOCK_COMMAND_BLOCK:
+ case E_BLOCK_DAYLIGHT_SENSOR:
case E_BLOCK_DISPENSER:
case E_BLOCK_DROPPER:
case E_BLOCK_ENCHANTMENT_TABLE:
@@ -108,6 +109,7 @@ private:
// Notice the lack of an E_BLOCK_ENDER_CHEST here; its because ender chests can totally be pushed/pulled in MCS :)
case E_BLOCK_FURNACE:
case E_BLOCK_LIT_FURNACE:
+ case E_BLOCK_INVERTED_DAYLIGHT_SENSOR:
case E_BLOCK_HOPPER:
case E_BLOCK_JUKEBOX:
case E_BLOCK_MOB_SPAWNER: