mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 21:55:53 +02:00
Make AssetServer response reliable and ordered
This commit is contained in:
parent
7db296fa69
commit
89b37f78f0
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void AssetServer::handleAssetMappingOperation(QSharedPointer<ReceivedMessage> me
|
|||
AssetMappingOperationType operationType;
|
||||
message->readPrimitive(&operationType);
|
||||
|
||||
auto replyPacket = NLPacketList::create(PacketType::AssetMappingOperationReply);
|
||||
auto replyPacket = NLPacketList::create(PacketType::AssetMappingOperationReply, QByteArray(), true, true);
|
||||
replyPacket->writePrimitive(messageID);
|
||||
|
||||
switch (operationType) {
|
||||
|
|
Loading…
Reference in a new issue