diff --git a/src/pocketmine/network/mcpe/handler/InGameSessionHandler.php b/src/pocketmine/network/mcpe/handler/InGameSessionHandler.php index 9323ccb0d..76eb636c4 100644 --- a/src/pocketmine/network/mcpe/handler/InGameSessionHandler.php +++ b/src/pocketmine/network/mcpe/handler/InGameSessionHandler.php @@ -167,6 +167,7 @@ class InGameSessionHandler extends SessionHandler{ if($packet->trData instanceof NormalTransactionData){ $result = $this->handleNormalTransaction($packet->trData); }elseif($packet->trData instanceof MismatchTransactionData){ + $this->session->getLogger()->debug("Mismatch transaction received"); $this->session->syncAllInventoryContents(); $result = true; }elseif($packet->trData instanceof UseItemTransactionData){