Wrong if in BlockLeaves
This commit is contained in:
parent
b9fce71bf6
commit
c5740c27a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user