summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2014-09-29 13:17:24 +0200
committerJulian Laubstein <julianlaubstein@yahoo.de>2014-09-29 13:17:24 +0200
commitf014d8764b0591c6216af6ff9ea2a0d89c0dc4b3 (patch)
tree007a273b632e05410623b9214ab788e3352bbc66
parentAdded torches placeable on upside-down-halfslaps (diff)
downloadcuberite-f014d8764b0591c6216af6ff9ea2a0d89c0dc4b3.tar
cuberite-f014d8764b0591c6216af6ff9ea2a0d89c0dc4b3.tar.gz
cuberite-f014d8764b0591c6216af6ff9ea2a0d89c0dc4b3.tar.bz2
cuberite-f014d8764b0591c6216af6ff9ea2a0d89c0dc4b3.tar.lz
cuberite-f014d8764b0591c6216af6ff9ea2a0d89c0dc4b3.tar.xz
cuberite-f014d8764b0591c6216af6ff9ea2a0d89c0dc4b3.tar.zst
cuberite-f014d8764b0591c6216af6ff9ea2a0d89c0dc4b3.zip
-rw-r--r--src/Blocks/BlockTorch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Blocks/BlockTorch.h b/src/Blocks/BlockTorch.h
index bdb3e9914..0aabcdf67 100644
--- a/src/Blocks/BlockTorch.h
+++ b/src/Blocks/BlockTorch.h
@@ -124,9 +124,9 @@ public:
((BlockInQuestion == E_BLOCK_GLASS) ||
(BlockInQuestion == E_BLOCK_FENCE) ||
(BlockInQuestion == E_BLOCK_NETHER_BRICK_FENCE) ||
- (BlockInQuestion == E_BLOCK_COBBLESTONE_WALL) ||
- (BlockInQuestion == E_BLOCK_STONE_SLAB) ||
- (BlockInQuestion == E_BLOCK_WOODEN_SLAB)) &&
+ (BlockInQuestion == E_BLOCK_COBBLESTONE_WALL) ||
+ (BlockInQuestion == E_BLOCK_STONE_SLAB) ||
+ (BlockInQuestion == E_BLOCK_WOODEN_SLAB)) &&
(Face == BLOCK_FACE_TOP)
)
{