mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed #1911 Implemented FurnaceInventory callback
This commit is contained in:
@ -87,6 +87,7 @@ class FurnaceInventory extends ContainerInventory{
|
||||
|
||||
public function onSlotChange($index, $before, $source = null){
|
||||
parent::onSlotChange($index, $before, $source);
|
||||
//TODO: implement Furnace scheduled update
|
||||
|
||||
$this->getHolder()->scheduleUpdate();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user