1
0

Wrong if in BlockLeaves

This commit is contained in:
Howaner 2014-03-16 16:15:22 +01:00
parent 54d55b31ef
commit 09794e65bb

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;