mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
PlayerNetworkSessionAdapter: Remove dead TODO
This commit is contained in:
parent
ffe89f5e1b
commit
ecd830463c
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user