Remove derp semicolon (#11)

* Update Furnace.php

* fix formatting
This commit is contained in:
NoHaxJustTryHqrd 2016-09-30 10:48:07 -04:00 committed by Dylan K. Taylor
parent 50c5c1de92
commit 2d95bdc10f

View File

@ -254,7 +254,6 @@ class Furnace extends Spawnable implements InventoryHolder, Container, Nameable{
}
$ret = true;
}else{
;
if($this->getBlock()->getId() === Item::BURNING_FURNACE){
$this->getLevel()->setBlock($this, Block::get(Item::FURNACE, $this->getBlock()->getDamage()), true);
}