mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-27 21:59:52 +00:00
Removed debug message for Transactions
This commit is contained in:
parent
dafa4f1b1c
commit
9df56295f6
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user