1
0

Fixed derpy comparison

This commit is contained in:
Tiger Wang 2013-09-16 21:07:25 +01:00
parent 9711fd7970
commit efe520727d

View File

@ -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;