mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +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{
|
public function handleInventoryTransaction(InventoryTransactionPacket $packet) : bool{
|
||||||
return $this->player->handleInventoryTransaction($packet); //TODO
|
return $this->player->handleInventoryTransaction($packet);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handleMobEquipment(MobEquipmentPacket $packet) : bool{
|
public function handleMobEquipment(MobEquipmentPacket $packet) : bool{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user