From 76528b20c11ffcc487ce7be6896fd4e98ccc9e9e Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 7 Dec 2024 14:10:55 +0000 Subject: [PATCH] Remove dodgy code --- src/block/Campfire.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/block/Campfire.php b/src/block/Campfire.php index d5413d610..4e23761b9 100644 --- a/src/block/Campfire.php +++ b/src/block/Campfire.php @@ -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()); }