From 9df56295f6c4bd774a2ad1d3f03d007db25fff32 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 28 May 2014 19:44:50 +0200 Subject: [PATCH] Removed debug message for Transactions --- src/pocketmine/Player.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){