mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Oops!
This commit is contained in:
@ -42,8 +42,6 @@ class TorchBlock extends FlowableBlock{
|
|||||||
6 => 0,
|
6 => 0,
|
||||||
0 => 0,
|
0 => 0,
|
||||||
);
|
);
|
||||||
console($side);
|
|
||||||
console($faces[$side]);
|
|
||||||
if($level->getBlockFace($this, $faces[$side])->isTransparent === true){
|
if($level->getBlockFace($this, $faces[$side])->isTransparent === true){
|
||||||
$level->drop($this, BlockAPI::getItem($this->id));
|
$level->drop($this, BlockAPI::getItem($this->id));
|
||||||
$level->setBlock($this, AIR, 0, false);
|
$level->setBlock($this, AIR, 0, false);
|
||||||
|
Reference in New Issue
Block a user