mirror of
https://github.com/overte-org/overte.git
synced 2025-07-16 22:17:03 +02:00
Merge pull request #2915 from birarda/credits
fix a comment in script handling
This commit is contained in:
commit
3d566bc49f
1 changed files with 2 additions and 2 deletions
|
@ -1048,8 +1048,8 @@ bool DomainServer::handleHTTPRequest(HTTPConnection* connection, const QUrl& url
|
||||||
matchingAssignment = _allAssignments.value(pendingData->getAssignmentUUID());
|
matchingAssignment = _allAssignments.value(pendingData->getAssignmentUUID());
|
||||||
|
|
||||||
if (matchingAssignment && matchingAssignment->getType() == Assignment::AgentType) {
|
if (matchingAssignment && matchingAssignment->getType() == Assignment::AgentType) {
|
||||||
// we have a matching assignment and it is for the right type, send a temp re-direct to the
|
// we have a matching assignment and it is for the right type, have the HTTP manager handle it
|
||||||
// URL for the script so the client can download
|
// via correct URL for the script so the client can download
|
||||||
|
|
||||||
QUrl scriptURL = url;
|
QUrl scriptURL = url;
|
||||||
scriptURL.setPath(URI_ASSIGNMENT + "/"
|
scriptURL.setPath(URI_ASSIGNMENT + "/"
|
||||||
|
|
Loading…
Reference in a new issue