From e8e825322bbd781b871689c3c3ee4e1cee2fc2b7 Mon Sep 17 00:00:00 2001 From: swagking47 Date: Sun, 20 Jul 2014 15:28:53 -0400 Subject: [PATCH] Update InventoryTransactionEvent.php --- src/pocketmine/event/inventory/InventoryTransactionEvent.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/event/inventory/InventoryTransactionEvent.php b/src/pocketmine/event/inventory/InventoryTransactionEvent.php index 025da80ff..15a68549d 100644 --- a/src/pocketmine/event/inventory/InventoryTransactionEvent.php +++ b/src/pocketmine/event/inventory/InventoryTransactionEvent.php @@ -27,7 +27,7 @@ use pocketmine\inventory\TransactionGroup; /** * Called when there is a transaction between two Inventory objects. - * The source of this can be a Player, entities, mods, or even hoppers in the future! + * The source of this can be a Player, entities, mobs, or even hoppers in the future! */ class InventoryTransactionEvent extends Event implements Cancellable{ public static $handlerList = null; @@ -46,4 +46,4 @@ class InventoryTransactionEvent extends Event implements Cancellable{ return $this->ts; } -} \ No newline at end of file +}