Fixed #1031 Correct face when block is replaced

This commit is contained in:
Shoghi Cervantes 2014-01-22 17:31:23 +01:00
parent dcd9dbd1dd
commit edfcdd0c17

View File

@ -432,7 +432,7 @@ class BlockAPI{
if($target->isReplaceable === true){
$block = $target;
$hand->position($block);
$face = -1;
//$face = -1;
}
if($hand->isSolid === true and $player->entity->inBlock($block)){