Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-06-01 15:32:37 +01:00
8 changed files with 29 additions and 28 deletions

View File

@@ -775,7 +775,7 @@ abstract class Living extends Entity{
$id = $block->getId();
if($transparent === null){
if($id !== 0){
if($id !== BlockLegacyIds::AIR){
break;
}
}else{