Remove dodgy code

This commit is contained in:
Dylan K. Taylor 2024-12-07 14:10:55 +00:00
parent 4850bd5538
commit 76528b20c1
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -273,9 +273,6 @@ class Campfire extends Transparent{
//TODO: we probably need to rethink how these are tracked
$tile->setCookingTimes($this->cookingTimes);
}
if(count($items) > 0){
$this->position->getWorld()->setBlock($this->position, $this);
}
if(mt_rand(1, 6) === 1){
$this->position->getWorld()->addSound($this->position, $furnaceType->getCookSound());
}