Fixed derpy comparison
parent
9711fd7970
commit
efe520727d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue