first attempt at url handling in octree server

This commit is contained in:
Liv 2017-07-20 14:00:51 -07:00
parent bdb12c38cf
commit 4ba9b08125
3 changed files with 4 additions and 3 deletions

View file

@ -965,7 +965,8 @@ void OctreeServer::handleOctreeFileReplacement(QSharedPointer<ReceivedMessage> m
} else {
qWarning() << "Could not write replacement octree data to file - refusing to process";
}
} else {
}
else {
qDebug() << "Received replacement octree file that is invalid - refusing to process";
}
} else {

View file

@ -2850,4 +2850,4 @@ void DomainServer::handleOctreeFileReplacement(QByteArray octreeFile) {
limitedNodeList->sendPacketList(std::move(octreeFilePacketList), *octreeNode);
});
}
}

View file

@ -1166,7 +1166,7 @@ bool EntityScriptingInterface::actionWorker(const QUuid& entityID,
}
void EntityScriptingInterface::replaceDomainContentSet(const QString url){
}
QUuid EntityScriptingInterface::addAction(const QString& actionTypeString,