mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +00:00
Merge pull request #1487 from PocketMine/master
Fixed FurnaceInventory crash
This commit is contained in:
commit
4e075987ab
@ -85,8 +85,8 @@ class FurnaceInventory extends ContainerInventory{
|
||||
return $this->setItem(0, $item);
|
||||
}
|
||||
|
||||
public function onSlotChange($index, $before){
|
||||
parent::onSlotChange($index, $before);
|
||||
public function onSlotChange($index, $before, $source = null){
|
||||
parent::onSlotChange($index, $before, $source);
|
||||
//TODO: implement Furnace scheduled update
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user