mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-01 15:53:04 +00:00
parent
50c5c1de92
commit
2d95bdc10f
@ -254,7 +254,6 @@ class Furnace extends Spawnable implements InventoryHolder, Container, Nameable{
|
|||||||
}
|
}
|
||||||
$ret = true;
|
$ret = true;
|
||||||
}else{
|
}else{
|
||||||
;
|
|
||||||
if($this->getBlock()->getId() === Item::BURNING_FURNACE){
|
if($this->getBlock()->getId() === Item::BURNING_FURNACE){
|
||||||
$this->getLevel()->setBlock($this, Block::get(Item::FURNACE, $this->getBlock()->getDamage()), true);
|
$this->getLevel()->setBlock($this, Block::get(Item::FURNACE, $this->getBlock()->getDamage()), true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user