aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Communications/Cache/GridAssetClient.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
index 1c947dc..e27c4f4 100644
--- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
+++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
@@ -56,8 +56,6 @@ namespace OpenSim.Framework.Communications.Cache
56 RestClient rc = new RestClient(_assetServerUrl); 56 RestClient rc = new RestClient(_assetServerUrl);
57 rc.AddResourcePath("assets"); 57 rc.AddResourcePath("assets");
58 rc.AddResourcePath(req.AssetID.ToString()); 58 rc.AddResourcePath(req.AssetID.ToString());
59 if (req.IsTexture)
60 rc.AddQueryParameter("texture");
61 59
62 rc.RequestMethod = "GET"; 60 rc.RequestMethod = "GET";
63 61