1
0

Wrong if in BlockLeaves

This commit is contained in:
Howaner 2014-03-16 16:15:22 +01:00 committed by madmaxoft
parent b9fce71bf6
commit c5740c27a9

View File

@ -87,7 +87,7 @@ public:
return;
}
if ((Meta & 0x8) == 0)
if ((Meta & 0x8) != 0)
{
// These leaves have been checked for decay lately and nothing around them changed
return;