Update BlockTorch.h
This commit is contained in:
parent
0b438b5fe8
commit
f014d8764b
@ -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)
|
||||
)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user