mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 21:57:59 +02:00
fix registration of OctreePacketProcessor for set of types
This commit is contained in:
parent
57c3f0fd20
commit
34f9b1881e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ OctreePacketProcessor::OctreePacketProcessor() {
|
|||
PacketType::EntityErase, PacketType::OctreeStats, PacketType::EnvironmentData
|
||||
};
|
||||
|
||||
packetReceiver.registerPacketListeners(types, this, "handleOctreePacket");
|
||||
packetReceiver.registerPacketListenerForTypes(types, this, "handleOctreePacket");
|
||||
}
|
||||
|
||||
void OctreePacketProcessor::handleOctreePacket(QSharedPointer<NLPacket> packet, SharedNodePointer senderNode) {
|
||||
|
|
Loading…
Reference in a new issue