Torch: remove unused variable

This commit is contained in:
Dylan K. Taylor
2023-01-12 21:34:44 +00:00
parent b25e8e26f0
commit cbeae906e1
2 changed files with 15 additions and 2 deletions

View File

@ -65,7 +65,6 @@ class Torch extends Flowable{
}
public function onNearbyBlockChange() : void{
$below = $this->getSide(Facing::DOWN);
$face = Facing::opposite($this->facing);
if(!$this->canBeSupportedBy($this->getSide($face), $this->facing)){