aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
authorMW2007-08-01 16:50:20 +0000
committerMW2007-08-01 16:50:20 +0000
commitedc572dacf3ff65c5584f8c02bb291abce0c7122 (patch)
tree0e1c8802d3bb8406883d01a1648b20d36215ec4e /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
parentremove Adam's work around, this shouldn't be needed any more (diff)
downloadopensim-SC_OLD-edc572dacf3ff65c5584f8c02bb291abce0c7122.zip
opensim-SC_OLD-edc572dacf3ff65c5584f8c02bb291abce0c7122.tar.gz
opensim-SC_OLD-edc572dacf3ff65c5584f8c02bb291abce0c7122.tar.bz2
opensim-SC_OLD-edc572dacf3ff65c5584f8c02bb291abce0c7122.tar.xz
Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Part2).
Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index 69d0d57..eb22b90 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -152,7 +152,6 @@ namespace OpenSim.Region.Communications.OGS1
152 { 152 {
153 return this.regions[regionHandle]; 153 return this.regions[regionHandle];
154 } 154 }
155 //TODO not a region in this instance so ask remote grid server
156 155
157 Hashtable requestData = new Hashtable(); 156 Hashtable requestData = new Hashtable();
158 requestData["region_handle"] = regionHandle.ToString(); 157 requestData["region_handle"] = regionHandle.ToString();