mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:33:31 +02:00
remove double declaration of PacketReceiver
This commit is contained in:
parent
ce6585ccc8
commit
49f5a5ffcb
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ Agent::Agent(NLPacket& packet) :
|
|||
this, "handleOctreePacket");
|
||||
packetReceiver.registerListener(PacketType::Jurisdiction, this, "handleJurisdictionPacket");
|
||||
|
||||
auto& packetReceiver = DependencyManager::get<NodeList>()->getPacketReceiver();
|
||||
packetReceiver.registerListener(PacketType::BulkAvatarData, this, "processAvatarDataPacket");
|
||||
packetReceiver.registerListener(PacketType::KillAvatar, this, "processKillAvatar");
|
||||
packetReceiver.registerListener(PacketType::AvatarIdentity, this, "processAvatarIdentityPacket");
|
||||
|
|
Loading…
Reference in a new issue