mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Improved trees, improved inventory transactions, improved snowball/bow usage
This commit is contained in:
@ -85,8 +85,8 @@ class FurnaceInventory extends ContainerInventory{
|
||||
return $this->setItem(0, $item);
|
||||
}
|
||||
|
||||
public function onSlotChange($index, $before, $source = null){
|
||||
parent::onSlotChange($index, $before, $source);
|
||||
public function onSlotChange($index, $before){
|
||||
parent::onSlotChange($index, $before);
|
||||
|
||||
$this->getHolder()->scheduleUpdate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user