mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-28 06:09:57 +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;
|
$this->currentTransaction = null;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
console("tx#".spl_object_hash($this->currentTransaction)." EXECUTED");
|
|
||||||
foreach($this->currentTransaction->getTransactions() as $ts){
|
foreach($this->currentTransaction->getTransactions() as $ts){
|
||||||
$inv = $ts->getInventory();
|
$inv = $ts->getInventory();
|
||||||
if($inv instanceof FurnaceInventory){
|
if($inv instanceof FurnaceInventory){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user