aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2010-10-14 09:57:42 -0400
committerTeravus Ovares (Dan Olivares)2010-10-14 09:57:42 -0400
commit05c4e27a30e9bfa4657aac911ddbb69cafe3c9a0 (patch)
tree006f3416ec63ae5760d71a796101081739a466b7 /OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs
parent* Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST' (diff)
downloadopensim-SC_OLD-05c4e27a30e9bfa4657aac911ddbb69cafe3c9a0.zip
opensim-SC_OLD-05c4e27a30e9bfa4657aac911ddbb69cafe3c9a0.tar.gz
opensim-SC_OLD-05c4e27a30e9bfa4657aac911ddbb69cafe3c9a0.tar.bz2
opensim-SC_OLD-05c4e27a30e9bfa4657aac911ddbb69cafe3c9a0.tar.xz
* A few additional cleanup elements
* At this point, I want to make sure to thank the fabulous developers of the LibOpenMetaverse library for tirelessly keeping things updated and hammering away at the protocols and providing excellent tools to figure out where things go wrong. * Special thanks to John Hurliman and Latif Khalifa for their valuable insight.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs b/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs
index a090c0c..b8aed0b 100644
--- a/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs
@@ -113,6 +113,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
113 } 113 }
114 114
115 #endregion 115 #endregion
116
116 public Hashtable ProcessGetMesh(Hashtable request, UUID AgentId, Caps cap) 117 public Hashtable ProcessGetMesh(Hashtable request, UUID AgentId, Caps cap)
117 { 118 {
118 119