mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Fixed #1031 Correct face when block is replaced
This commit is contained in:
parent
dcd9dbd1dd
commit
edfcdd0c17
@ -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)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user