aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs
diff options
context:
space:
mode:
authorMelanie2011-12-05 21:26:43 +0100
committerMelanie2011-12-05 21:26:43 +0100
commit09c043fe524f1b62c9e4286197a3f0cf70eca791 (patch)
tree0f635e779be182a194940331464af6a1e0c2e6ca /OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs
parentRemove erroneous message about hyperlinks when entering an invalid region name (diff)
downloadopensim-SC_OLD-09c043fe524f1b62c9e4286197a3f0cf70eca791.zip
opensim-SC_OLD-09c043fe524f1b62c9e4286197a3f0cf70eca791.tar.gz
opensim-SC_OLD-09c043fe524f1b62c9e4286197a3f0cf70eca791.tar.bz2
opensim-SC_OLD-09c043fe524f1b62c9e4286197a3f0cf70eca791.tar.xz
Adapt GodsModule to core changes
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs b/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs
index f73f9c1..1492302 100644
--- a/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs
@@ -111,8 +111,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Gods
111 } 111 }
112 112
113 private string HandleUntrustedSimulatorMessage(string request, 113 private string HandleUntrustedSimulatorMessage(string request,
114 string path, string param, OSHttpRequest httpRequest, 114 string path, string param, IOSHttpRequest httpRequest,
115 OSHttpResponse httpResponse) 115 IOSHttpResponse httpResponse)
116 { 116 {
117 OSDMap osd = (OSDMap)OSDParser.DeserializeLLSDXml(request); 117 OSDMap osd = (OSDMap)OSDParser.DeserializeLLSDXml(request);
118 118