mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 21:04:58 +02:00
first attempt at url handling in octree server
This commit is contained in:
parent
bdb12c38cf
commit
4ba9b08125
3 changed files with 4 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue