mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +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){
|
||||
$this->cancelAction($target);
|
||||
BlockFace::setPosition($data, $data["face"]);
|
||||
$target = $this->server->api->level->getBlock($data["x"], $data["y"], $data["z"]);
|
||||
return $this->cancelAction($target);
|
||||
return false;
|
||||
}
|
||||
|
||||
$replace = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user