Wrong if in BlockLeaves

This commit is contained in:
Howaner
2014-03-16 21:39:01 +01:00
committed by madmaxoft
parent b9fce71bf6
commit c5740c27a9
+1 -1
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;