diff options
author | Alexander Harkness <me@bearbin.net> | 2021-06-27 16:13:10 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-06-27 18:21:44 +0200 |
commit | 17820b94f6db541ad6e3a042a91b5d60a763f3d2 (patch) | |
tree | 013799c931361c2f43fb1788a89263062e8cd954 /src/BlockInfo.cpp | |
parent | add missing ";;" in case statement (#5251) (diff) | |
download | cuberite-17820b94f6db541ad6e3a042a91b5d60a763f3d2.tar cuberite-17820b94f6db541ad6e3a042a91b5d60a763f3d2.tar.gz cuberite-17820b94f6db541ad6e3a042a91b5d60a763f3d2.tar.bz2 cuberite-17820b94f6db541ad6e3a042a91b5d60a763f3d2.tar.lz cuberite-17820b94f6db541ad6e3a042a91b5d60a763f3d2.tar.xz cuberite-17820b94f6db541ad6e3a042a91b5d60a763f3d2.tar.zst cuberite-17820b94f6db541ad6e3a042a91b5d60a763f3d2.zip |
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r-- | src/BlockInfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index 4981b2efe..c4ee0b525 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -1003,9 +1003,6 @@ bool cBlockInfo::IsTransparent(const BLOCKTYPE Block) case E_BLOCK_DAYLIGHT_SENSOR: case E_BLOCK_DEAD_BUSH: case E_BLOCK_DETECTOR_RAIL: - case E_BLOCK_DOUBLE_RED_SANDSTONE_SLAB: - case E_BLOCK_DOUBLE_STONE_SLAB: - case E_BLOCK_DOUBLE_WOODEN_SLAB: case E_BLOCK_DRAGON_EGG: case E_BLOCK_ENCHANTMENT_TABLE: case E_BLOCK_END_PORTAL: @@ -1066,7 +1063,6 @@ bool cBlockInfo::IsTransparent(const BLOCKTYPE Block) case E_BLOCK_POWERED_RAIL: case E_BLOCK_PUMPKIN_STEM: case E_BLOCK_PURPLE_SHULKER_BOX: - case E_BLOCK_PURPUR_DOUBLE_SLAB: case E_BLOCK_PURPUR_SLAB: case E_BLOCK_PURPUR_STAIRS: case E_BLOCK_QUARTZ_STAIRS: |