mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 09:10:00 +00:00
Remove NetherBrickFenceGate derp
This commit is contained in:
parent
36623d8a5b
commit
bee342691d
@ -54,8 +54,7 @@ class NetherBrickFence extends Transparent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function canConnect(Block $block){
|
public function canConnect(Block $block){
|
||||||
//TODO: activate comments when the NetherBrickFenceGate class has been created.
|
return ($block instanceof NetherBrickFence) or ($block->isSolid() and !$block->isTransparent());
|
||||||
return ($block instanceof NetherBrickFence /* or $block instanceof NetherBrickFenceGate */) ? true : $block->isSolid() and !$block->isTransparent();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDrops(Item $item){
|
public function getDrops(Item $item){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user