diff --git a/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter.php b/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter.php index 031c88068..8d14f67b0 100644 --- a/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter.php +++ b/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter.php @@ -129,7 +129,7 @@ class PlayerNetworkSessionAdapter extends NetworkSession{ } public function handleInventoryTransaction(InventoryTransactionPacket $packet) : bool{ - return $this->player->handleInventoryTransaction($packet); //TODO + return $this->player->handleInventoryTransaction($packet); } public function handleMobEquipment(MobEquipmentPacket $packet) : bool{