mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fix formatting issues due to bad IDE settings
This commit is contained in:
@ -238,7 +238,8 @@ class Furnace extends Tile implements InventoryHolder, Container{
|
||||
$this->namedtag->CookTime = new Short("CookTime", 0);
|
||||
}
|
||||
$ret = true;
|
||||
}else{;
|
||||
}else{
|
||||
;
|
||||
if($this->getBlock()->getId() === Item::BURNING_FURNACE){
|
||||
$this->getLevel()->setBlock($this, Block::get(Item::FURNACE, $this->getBlock()->getDamage()), true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user