mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Merge branch 'master' into mcpe-1.2
This commit is contained in:
@ -1652,7 +1652,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
$above = $this->getBlock(new Vector3($target->x, $target->y + 1, $target->z));
|
||||
if($above !== null){
|
||||
if($above->getId() === Item::FIRE){
|
||||
$this->setBlock($above, new Air(), true);
|
||||
$this->setBlock($above, Block::get(Block::AIR), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user