PlayerNetworkSessionAdapter: Remove dead TODO

This commit is contained in:
Dylan K. Taylor 2018-02-16 11:49:28 +00:00
parent ffe89f5e1b
commit ecd830463c

View File

@ -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{