mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 15:36:08 +00:00
Fixed some events
This commit is contained in:
@@ -503,6 +503,8 @@ class BlockAPI{
|
||||
++$data2["y"];
|
||||
$this->server->handle("player.block.place", $data2);
|
||||
}
|
||||
$next = $this->server->api->level->getBlockFace($block, $face[(($direction + 2) % 4)]);
|
||||
var_dump($next);
|
||||
break;
|
||||
case 54:
|
||||
case 61:
|
||||
|
Reference in New Issue
Block a user