diff options
| -rw-r--r-- | indra/newview/llmeshrepository.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index f00a8565f7..1313033f4e 100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -1409,8 +1409,8 @@ LLMeshUploadThread::LLMeshUploadThread(LLMeshUploadThread::instance_list& data,  	mUploadObjectAssetCapability = gAgent.getRegion()->getCapability("UploadObjectAsset");  	mNewInventoryCapability = gAgent.getRegion()->getCapability("NewFileAgentInventoryVariablePrice"); -	mUploadObjectAssetCapability = scrub_host_name(mUploadObjectAssetCapability); -	mNewInventoryCapability = scrub_host_name(mNewInventoryCapability); +	//mUploadObjectAssetCapability = scrub_host_name(mUploadObjectAssetCapability); +	//mNewInventoryCapability = scrub_host_name(mNewInventoryCapability);  	mOrigin += gAgent.getAtAxis() * scale.magVec();  } | 
