Added CraftItemEvent, Crafting system now uses Transactions

This commit is contained in:
Shoghi Cervantes
2014-05-27 17:49:22 +02:00
parent 3fc1be1262
commit 6746987ce5
14 changed files with 348 additions and 105 deletions

View File

@ -41,6 +41,8 @@ abstract class ContainerInventory extends BaseInventory{
}
$who->dataPacket($pk);
$this->sendContents($who);
}
public function onClose(Player $who){