diff options
author | Mat <mail@mathias.is> | 2020-03-22 01:18:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-22 01:18:49 +0100 |
commit | 3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0 (patch) | |
tree | 1c2663f5ca9123b539b0dc962b92faca0e1467e4 /src/Blocks | |
parent | Bonemeal cannot be used on cactus and sugar cane (diff) | |
download | cuberite-3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0.tar cuberite-3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0.tar.gz cuberite-3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0.tar.bz2 cuberite-3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0.tar.lz cuberite-3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0.tar.xz cuberite-3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0.tar.zst cuberite-3d5a29542374c92bfcaa134d0b3a54ea8bc5dee0.zip |
Diffstat (limited to 'src/Blocks')
-rw-r--r-- | src/Blocks/BlockPiston.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |