From 3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0 Mon Sep 17 00:00:00 2001 From: Mat Date: Sun, 22 Mar 2020 02:18:49 +0200 Subject: Ender chest is not affected by piston (#4526) --- src/Blocks/BlockPiston.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blocks/BlockPiston.h b/src/Blocks/BlockPiston.h index c9e920f5b..0836d6471 100644 --- a/src/Blocks/BlockPiston.h +++ b/src/Blocks/BlockPiston.h @@ -141,7 +141,7 @@ private: case E_BLOCK_END_GATEWAY: case E_BLOCK_END_PORTAL: case E_BLOCK_END_PORTAL_FRAME: - // Notice the lack of an E_BLOCK_ENDER_CHEST here; its because ender chests can totally be pushed / pulled in MCS :) + case E_BLOCK_ENDER_CHEST: case E_BLOCK_FURNACE: case E_BLOCK_LIT_FURNACE: case E_BLOCK_INVERTED_DAYLIGHT_SENSOR: -- cgit v1.2.3