mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Added CraftItemEvent, Crafting system now uses Transactions
This commit is contained in:
@ -41,6 +41,8 @@ abstract class ContainerInventory extends BaseInventory{
|
||||
}
|
||||
|
||||
$who->dataPacket($pk);
|
||||
|
||||
$this->sendContents($who);
|
||||
}
|
||||
|
||||
public function onClose(Player $who){
|
||||
|
Reference in New Issue
Block a user