Fixed placing transparent blocks

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-15 18:26:17 +01:00
parent 475419b693
commit 3938db7c4f

View File

@ -407,7 +407,7 @@ class BlockAPI{
return $this->cancelAction($block); //No Entity WTF?
}
if($entity->inBlock($block[2][0], $block[2][1], $block[2][2])){
if(!isset(Material::$transparent[$block[0]) and $entity->inBlock($block[2][0], $block[2][1], $block[2][2])){
return $this->cancelAction($block); //Entity in block
}