diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 9f72b21c3..6db226009 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -2063,7 +2063,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{ $this->currentTransaction = null; break; } - console("tx#".spl_object_hash($this->currentTransaction)." EXECUTED"); + foreach($this->currentTransaction->getTransactions() as $ts){ $inv = $ts->getInventory(); if($inv instanceof FurnaceInventory){