diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-16 22:07:25 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-09-16 22:07:25 +0200 |
commit | efe520727defa0d79092b121941313c9cd008260 (patch) | |
tree | 6e4df23d15000c4b154ed9667e0b51801f4ca7cd /source | |
parent | Fixed friction for entities (diff) | |
download | cuberite-efe520727defa0d79092b121941313c9cd008260.tar cuberite-efe520727defa0d79092b121941313c9cd008260.tar.gz cuberite-efe520727defa0d79092b121941313c9cd008260.tar.bz2 cuberite-efe520727defa0d79092b121941313c9cd008260.tar.lz cuberite-efe520727defa0d79092b121941313c9cd008260.tar.xz cuberite-efe520727defa0d79092b121941313c9cd008260.tar.zst cuberite-efe520727defa0d79092b121941313c9cd008260.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Blocks/BlockTorch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockTorch.h b/source/Blocks/BlockTorch.h index acacf3f9b..a52b373cb 100644 --- a/source/Blocks/BlockTorch.h +++ b/source/Blocks/BlockTorch.h @@ -148,7 +148,7 @@ public: (BlockInQuestion == E_BLOCK_FENCE) || (BlockInQuestion == E_BLOCK_NETHER_BRICK_FENCE) || (BlockInQuestion == E_BLOCK_COBBLESTONE_WALL)) && - (i = BLOCK_FACE_TOP) + (i == BLOCK_FACE_TOP) ) { return i; |