diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-06-28 01:29:32 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-06-28 01:29:32 +0200 |
commit | de543ff73fa8bb846030ffc702ed4db9f2e89f7b (patch) | |
tree | 0af6f35ba578127e0ba3c6579d2253e2b7063af4 /src/Blocks/BlockTorch.h | |
parent | Minor change to buttons and levers (diff) | |
download | cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.gz cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.bz2 cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.lz cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.xz cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.zst cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockTorch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Blocks/BlockTorch.h b/src/Blocks/BlockTorch.h index 8ddec8de1..44c33c429 100644 --- a/src/Blocks/BlockTorch.h +++ b/src/Blocks/BlockTorch.h @@ -154,7 +154,11 @@ public: if ( (BlockInQuestion == E_BLOCK_GLASS) || + (BlockInQuestion == E_BLOCK_STAINED_GLASS) || (BlockInQuestion == E_BLOCK_FENCE) || + (BlockInQuestion == E_BLOCK_SOULSAND) || + (BlockInQuestion == E_BLOCK_MOB_SPAWNER) || + (BlockInQuestion == E_BLOCK_END_PORTAL_FRAME) || // Actual vanilla behaviour (BlockInQuestion == E_BLOCK_NETHER_BRICK_FENCE) || (BlockInQuestion == E_BLOCK_COBBLESTONE_WALL) ) |