mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-30 15:01:19 +00:00
Fix for not-placing action blocks
This commit is contained in:
parent
473f5ec01e
commit
3ab149cf58
@ -258,10 +258,7 @@ class BlockAPI{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($cancelPlace === true){
|
if($cancelPlace === true){
|
||||||
$this->cancelAction($target);
|
return false;
|
||||||
BlockFace::setPosition($data, $data["face"]);
|
|
||||||
$target = $this->server->api->level->getBlock($data["x"], $data["y"], $data["z"]);
|
|
||||||
return $this->cancelAction($target);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$replace = false;
|
$replace = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user